org.gcube.vremanagement.resourcemanager.impl.state
Enum ScopeState.OPERATION
java.lang.Object
java.lang.Enum<ScopeState.OPERATION>
org.gcube.vremanagement.resourcemanager.impl.state.ScopeState.OPERATION
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ScopeState.OPERATION>
- Enclosing class:
- ScopeState
public static enum ScopeState.OPERATION
- extends java.lang.Enum<ScopeState.OPERATION>
Method Summary |
static ScopeState.OPERATION |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CREATED
public static final ScopeState.OPERATION CREATED
LOADED
public static final ScopeState.OPERATION LOADED
TOBEMANAGED
public static final ScopeState.OPERATION TOBEMANAGED
PUBLISHED
public static final ScopeState.OPERATION PUBLISHED
SERIALIZED
public static final ScopeState.OPERATION SERIALIZED
EXECUTED
public static final ScopeState.OPERATION EXECUTED
values
public static ScopeState.OPERATION[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ScopeState.OPERATION c : ScopeState.OPERATION.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ScopeState.OPERATION valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null