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