public static enum Operator.SharedObject.State extends java.lang.Enum<Operator.SharedObject.State>
Enum Constant and Description |
---|
INITIAL |
SHUTDOWN |
STARTED |
SUSPENDED |
Modifier and Type | Method and Description |
---|---|
static Operator.SharedObject.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operator.SharedObject.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operator.SharedObject.State INITIAL
public static final Operator.SharedObject.State STARTED
public static final Operator.SharedObject.State SUSPENDED
public static final Operator.SharedObject.State SHUTDOWN
public static Operator.SharedObject.State[] values()
for (Operator.SharedObject.State c : Operator.SharedObject.State.values()) System.out.println(c);
public static Operator.SharedObject.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 null