public enum CstaSystemStatusValue extends java.lang.Enum<CstaSystemStatusValue>
Enum Constant and Description |
---|
disabled |
enabled |
initializing |
messagesLost |
normal |
overloadImminent |
overloadReached |
overloadRelieved |
partiallyDisabled |
Modifier and Type | Method and Description |
---|---|
static CstaSystemStatusValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaSystemStatusValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CstaSystemStatusValue disabled
public static final CstaSystemStatusValue partiallyDisabled
public static final CstaSystemStatusValue enabled
public static final CstaSystemStatusValue initializing
public static final CstaSystemStatusValue messagesLost
public static final CstaSystemStatusValue normal
public static final CstaSystemStatusValue overloadImminent
public static final CstaSystemStatusValue overloadReached
public static final CstaSystemStatusValue overloadRelieved
public static CstaSystemStatusValue[] values()
for (CstaSystemStatusValue c : CstaSystemStatusValue.values()) System.out.println(c);
public static CstaSystemStatusValue 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