public static enum OdUfdsWindRichtung.Daten.Werte extends java.lang.Enum<OdUfdsWindRichtung.Daten.Werte>
Enum Constant and Description |
---|
WindRichtung
Die Windrichtung in Grad.
|
Modifier and Type | Method and Description |
---|---|
static OdUfdsWindRichtung.Daten.Werte |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdUfdsWindRichtung.Daten.Werte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdUfdsWindRichtung.Daten.Werte WindRichtung
public static OdUfdsWindRichtung.Daten.Werte[] values()
for (OdUfdsWindRichtung.Daten.Werte c : OdUfdsWindRichtung.Daten.Werte.values()) System.out.println(c);
public static OdUfdsWindRichtung.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