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