public static enum NWSZoneLayer.AdvisoryType extends java.lang.Enum<NWSZoneLayer.AdvisoryType>
Enum Constant and Description |
---|
AREAL_FLOOD |
COASTAL_FLOOD |
FLASH_FLOOD |
FLOOD |
GALE |
HIGH_WIND |
SMALL_CRAFT |
SNOW_ICE |
STORM |
SVR_STORM |
THUNDERSTORM |
TORNADO |
WIND_CHILL |
WINTER_STORM |
WINTER_WEATHER |
Modifier and Type | Method and Description |
---|---|
static NWSZoneLayer.AdvisoryType |
value(java.lang.String name)
Get the enum value associated with the string name specified.
|
static NWSZoneLayer.AdvisoryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NWSZoneLayer.AdvisoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NWSZoneLayer.AdvisoryType FLASH_FLOOD
public static final NWSZoneLayer.AdvisoryType FLOOD
public static final NWSZoneLayer.AdvisoryType TORNADO
public static final NWSZoneLayer.AdvisoryType SVR_STORM
public static final NWSZoneLayer.AdvisoryType SMALL_CRAFT
public static final NWSZoneLayer.AdvisoryType AREAL_FLOOD
public static final NWSZoneLayer.AdvisoryType HIGH_WIND
public static final NWSZoneLayer.AdvisoryType GALE
public static final NWSZoneLayer.AdvisoryType STORM
public static final NWSZoneLayer.AdvisoryType COASTAL_FLOOD
public static final NWSZoneLayer.AdvisoryType WINTER_WEATHER
public static final NWSZoneLayer.AdvisoryType WINTER_STORM
public static final NWSZoneLayer.AdvisoryType THUNDERSTORM
public static final NWSZoneLayer.AdvisoryType SNOW_ICE
public static final NWSZoneLayer.AdvisoryType WIND_CHILL
public static NWSZoneLayer.AdvisoryType[] values()
for (NWSZoneLayer.AdvisoryType c : NWSZoneLayer.AdvisoryType.values()) System.out.println(c);
public static NWSZoneLayer.AdvisoryType 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 nullpublic static NWSZoneLayer.AdvisoryType value(java.lang.String name)
name
- String to convert into an Enum