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