java.io.Serializable
, java.lang.Comparable<MeteoParameter.MeteoParameterType>
public static enum MeteoParameter.MeteoParameterType extends java.lang.Enum<MeteoParameter.MeteoParameterType>
Enum Constant | Description |
---|---|
LT_GRENZ_REGEN |
|
LT_GRENZ_SCHNEE |
|
NI_GRENZ_NS |
|
NI_GRENZ_WFD |
|
RLF_GRENZ_NASS |
|
RLF_GRENZ_TROCKEN |
|
SW_GRENZ |
|
WFD_GRENZ_TROCKEN |
Modifier and Type | Method | Description |
---|---|---|
static MeteoParameter.MeteoParameterType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MeteoParameter.MeteoParameterType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeteoParameter.MeteoParameterType NI_GRENZ_NS
public static final MeteoParameter.MeteoParameterType NI_GRENZ_WFD
public static final MeteoParameter.MeteoParameterType WFD_GRENZ_TROCKEN
public static final MeteoParameter.MeteoParameterType LT_GRENZ_REGEN
public static final MeteoParameter.MeteoParameterType LT_GRENZ_SCHNEE
public static final MeteoParameter.MeteoParameterType RLF_GRENZ_TROCKEN
public static final MeteoParameter.MeteoParameterType RLF_GRENZ_NASS
public static final MeteoParameter.MeteoParameterType SW_GRENZ
public static MeteoParameter.MeteoParameterType[] values()
for (MeteoParameter.MeteoParameterType c : MeteoParameter.MeteoParameterType.values()) System.out.println(c);
public static MeteoParameter.MeteoParameterType 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