public static enum MeteoParameter.MeteoParameterType extends Enum<MeteoParameter.MeteoParameterType>
Enum Constant and 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 and Description |
---|---|
static MeteoParameter.MeteoParameterType |
valueOf(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(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.