public static enum ScopeState.OPERATION extends Enum<ScopeState.OPERATION>
| Enum Constant and Description |
|---|
CREATED |
EXECUTED |
LOADED |
PUBLISHED |
SERIALIZED |
TOBEMANAGED |
| Modifier and Type | Method and Description |
|---|---|
static ScopeState.OPERATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeState.OPERATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeState.OPERATION CREATED
public static final ScopeState.OPERATION LOADED
public static final ScopeState.OPERATION TOBEMANAGED
public static final ScopeState.OPERATION PUBLISHED
public static final ScopeState.OPERATION SERIALIZED
public static final ScopeState.OPERATION EXECUTED
public static ScopeState.OPERATION[] values()
for (ScopeState.OPERATION c : ScopeState.OPERATION.values()) System.out.println(c);
public static ScopeState.OPERATION valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.