public static enum OdUfdsHelligkeit.Daten.Werte extends Enum<OdUfdsHelligkeit.Daten.Werte>
Enum Constant and Description |
---|
Helligkeit
Die Helligkeit in Lx.
|
Modifier and Type | Method and Description |
---|---|
static OdUfdsHelligkeit.Daten.Werte |
valueOf(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(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.