public enum ActionState extends Enum<ActionState> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getActionState()| Enum Constant and Description |
|---|
AS_ERROR
The 'AS ERROR' literal object.
|
FINISHED
The 'FINISHED' literal object.
|
STARTED
The 'STARTED' literal object.
|
UNKNOWN
The 'UNKNOWN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AS_ERROR_VALUE
The 'AS ERROR' literal value.
|
static int |
FINISHED_VALUE
The 'FINISHED' literal value.
|
static int |
STARTED_VALUE
The 'STARTED' literal value.
|
static int |
UNKNOWN_VALUE
The 'UNKNOWN' literal value.
|
static List<ActionState> |
VALUES
A public read-only list of all the 'Action State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionState |
get(int value)
Returns the 'Action State' literal with the specified integer value.
|
static ActionState |
get(String literal)
Returns the 'Action State' literal with the specified literal value.
|
static ActionState |
getByName(String name)
Returns the 'Action 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 ActionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionState UNKNOWN
UNKNOWN_VALUEpublic static final ActionState STARTED
STARTED_VALUEpublic static final ActionState AS_ERROR
AS_ERROR_VALUEpublic static final ActionState FINISHED
FINISHED_VALUEpublic static final int UNKNOWN_VALUE
If the meaning of 'UNKNOWN' literal object isn't clear, there really should be more of a description here...
UNKNOWN,
Constant Field Valuespublic static final int STARTED_VALUE
If the meaning of 'STARTED' literal object isn't clear, there really should be more of a description here...
STARTED,
Constant Field Valuespublic static final int AS_ERROR_VALUE
If the meaning of 'AS ERROR' literal object isn't clear, there really should be more of a description here...
AS_ERROR,
Constant Field Valuespublic static final int FINISHED_VALUE
If the meaning of 'FINISHED' literal object isn't clear, there really should be more of a description here...
FINISHED,
Constant Field Valuespublic static final List<ActionState> VALUES
public static ActionState[] values()
for (ActionState c : ActionState.values()) System.out.println(c);
public static ActionState 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 ActionState get(String literal)
literal - the literal.null.public static ActionState getByName(String name)
name - the name.null.public static ActionState 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.Enumeratorpublic String toString()
toString in class Enum<ActionState>Copyright © 2016 OpenSource BIM. All rights reserved.