public static enum OdUfdsHelligkeit.Daten.Werte extends java.lang.Enum<OdUfdsHelligkeit.Daten.Werte>
| Enum Constant and Description |
|---|
Helligkeit
Die Helligkeit in Lx.
|
| Modifier and Type | Method and Description |
|---|---|
static OdUfdsHelligkeit.Daten.Werte |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdUfdsHelligkeit.Daten.Werte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdUfdsHelligkeit.Daten.Werte Helligkeit
public static OdUfdsHelligkeit.Daten.Werte[] values()
for (OdUfdsHelligkeit.Daten.Werte c : OdUfdsHelligkeit.Daten.Werte.values()) System.out.println(c);
public static OdUfdsHelligkeit.Daten.Werte valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null