public static enum OdUfdsSichtWeite.Daten.Werte extends Enum<OdUfdsSichtWeite.Daten.Werte>
Enum Constant and Description |
---|
SichtWeite
Die Sichtweite in m.
|
Modifier and Type | Method and Description |
---|---|
static OdUfdsSichtWeite.Daten.Werte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdUfdsSichtWeite.Daten.Werte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdUfdsSichtWeite.Daten.Werte SichtWeite
public static OdUfdsSichtWeite.Daten.Werte[] values()
for (OdUfdsSichtWeite.Daten.Werte c : OdUfdsSichtWeite.Daten.Werte.values()) System.out.println(c);
public static OdUfdsSichtWeite.Daten.Werte valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.