public static enum NWSZoneLayer.AdvisoryLevel extends java.lang.Enum<NWSZoneLayer.AdvisoryLevel>
Enum Constant and Description |
---|
ADVIS
Enum indicating severe weather condition is possible in the future.
|
CANCL
Enum indicating a previous weather advisory is being cancelled.
|
STMNT |
WARN
Enum indicating severe weather condition is guaranteed to happen in the very near future.
|
WATCH
Enum indicating severe weather condition is likely to happen in the near future and the Weather Service
is monitoring conditions for increasing severity.
|
Modifier and Type | Method and Description |
---|---|
static NWSZoneLayer.AdvisoryLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NWSZoneLayer.AdvisoryLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NWSZoneLayer.AdvisoryLevel WARN
public static final NWSZoneLayer.AdvisoryLevel WATCH
public static final NWSZoneLayer.AdvisoryLevel ADVIS
public static final NWSZoneLayer.AdvisoryLevel STMNT
public static final NWSZoneLayer.AdvisoryLevel CANCL
public static NWSZoneLayer.AdvisoryLevel[] values()
for (NWSZoneLayer.AdvisoryLevel c : NWSZoneLayer.AdvisoryLevel.values()) System.out.println(c);
public static NWSZoneLayer.AdvisoryLevel 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