public enum State extends Enum<State> implements org.eclipse.emf.common.util.Enumerator
SofiaInstancePackage.getState()| Enum Constant and Description |
|---|
ACTIVE
The 'Active' literal object.
|
DEACTIVATED
The 'Deactivated' literal object.
|
ESCALATED
The 'Escalated' literal object.
|
EXECUTED
The 'Executed' literal object.
|
EXECUTING
The 'Executing' literal object.
|
FAILED
The 'Failed' literal object.
|
INACTIVE
The 'Inactive' literal object.
|
KILLED
The 'Killed' literal object.
|
PAUSED
The 'Paused' literal object.
|
STOPPED
The 'Stopped' literal object.
|
UNDEPLOYED
The 'Undeployed' literal object.
|
WAITING
The 'Waiting' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The 'Active' literal value.
|
static int |
DEACTIVATED_VALUE
The 'Deactivated' literal value.
|
static int |
ESCALATED_VALUE
The 'Escalated' literal value.
|
static int |
EXECUTED_VALUE
The 'Executed' literal value.
|
static int |
EXECUTING_VALUE
The 'Executing' literal value.
|
static int |
FAILED_VALUE
The 'Failed' literal value.
|
static int |
INACTIVE_VALUE
The 'Inactive' literal value.
|
static int |
KILLED_VALUE
The 'Killed' literal value.
|
static int |
PAUSED_VALUE
The 'Paused' literal value.
|
static int |
STOPPED_VALUE
The 'Stopped' literal value.
|
static int |
UNDEPLOYED_VALUE
The 'Undeployed' literal value.
|
static List<State> |
VALUES
A public read-only list of all the 'State' enumerators.
|
static int |
WAITING_VALUE
The 'Waiting' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static State |
get(int value)
Returns the 'State' literal with the specified integer value.
|
static State |
get(String literal)
Returns the 'State' literal with the specified literal value.
|
static State |
getByName(String name)
Returns the 'State' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final State ACTIVE
ACTIVE_VALUEpublic static final State INACTIVE
INACTIVE_VALUEpublic static final State EXECUTING
EXECUTING_VALUEpublic static final State EXECUTED
EXECUTED_VALUEpublic static final State PAUSED
PAUSED_VALUEpublic static final State STOPPED
STOPPED_VALUEpublic static final State FAILED
FAILED_VALUEpublic static final State KILLED
KILLED_VALUEpublic static final State WAITING
WAITING_VALUEpublic static final State UNDEPLOYED
UNDEPLOYED_VALUEpublic static final State ESCALATED
ESCALATED_VALUEpublic static final State DEACTIVATED
DEACTIVATED_VALUEpublic static final int ACTIVE_VALUE
If the meaning of 'Active' literal object isn't clear, there really should be more of a description here...
ACTIVE,
Constant Field Valuespublic static final int INACTIVE_VALUE
If the meaning of 'Inactive' literal object isn't clear, there really should be more of a description here...
INACTIVE,
Constant Field Valuespublic static final int EXECUTING_VALUE
If the meaning of 'Executing' literal object isn't clear, there really should be more of a description here...
EXECUTING,
Constant Field Valuespublic static final int EXECUTED_VALUE
If the meaning of 'Executed' literal object isn't clear, there really should be more of a description here...
EXECUTED,
Constant Field Valuespublic static final int PAUSED_VALUE
If the meaning of 'Paused' literal object isn't clear, there really should be more of a description here...
PAUSED,
Constant Field Valuespublic static final int STOPPED_VALUE
If the meaning of 'Stopped' literal object isn't clear, there really should be more of a description here...
STOPPED,
Constant Field Valuespublic static final int FAILED_VALUE
If the meaning of 'Failed' literal object isn't clear, there really should be more of a description here...
FAILED,
Constant Field Valuespublic static final int KILLED_VALUE
If the meaning of 'Killed' literal object isn't clear, there really should be more of a description here...
KILLED,
Constant Field Valuespublic static final int WAITING_VALUE
If the meaning of 'Waiting' literal object isn't clear, there really should be more of a description here...
WAITING,
Constant Field Valuespublic static final int UNDEPLOYED_VALUE
If the meaning of 'Undeployed' literal object isn't clear, there really should be more of a description here...
UNDEPLOYED,
Constant Field Valuespublic static final int ESCALATED_VALUE
If the meaning of 'Escalated' literal object isn't clear, there really should be more of a description here...
ESCALATED,
Constant Field Valuespublic static final int DEACTIVATED_VALUE
If the meaning of 'Deactivated' literal object isn't clear, there really should be more of a description here...
DEACTIVATED,
Constant Field Valuespublic static State[] values()
for (State c : State.values()) System.out.println(c);
public static State 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 nullpublic static State get(String literal)
literal - the literal.null.public static State getByName(String name)
name - the name.null.public static State get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.EnumeratorCopyright © 2018. All rights reserved.