public static enum WeatherConfig.UOM_LOCALE extends java.lang.Enum<WeatherConfig.UOM_LOCALE>
Modifier and Type | Method and Description |
---|---|
static WeatherConfig.UOM_LOCALE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherConfig.UOM_LOCALE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeatherConfig.UOM_LOCALE e
public static final WeatherConfig.UOM_LOCALE m
public static final WeatherConfig.UOM_LOCALE h
public static final WeatherConfig.UOM_LOCALE s
public static WeatherConfig.UOM_LOCALE[] values()
for (WeatherConfig.UOM_LOCALE c : WeatherConfig.UOM_LOCALE.values()) System.out.println(c);
public static WeatherConfig.UOM_LOCALE 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