|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.mtj.api.enumerations.ActionType
public final class ActionType
A representation of the literals of the enumeration 'Action Type', and utility methods for working with them.
EnumerationsPackage.getActionType()| Field Summary | |
|---|---|
static int |
ACTION_TYPE_DEBUG
The 'ACTION TYPE DEBUG' literal value. |
static ActionType |
ACTION_TYPE_DEBUG_LITERAL
The 'ACTION TYPE DEBUG' literal object. |
static int |
ACTION_TYPE_ELSE_IF
The 'ACTION TYPE ELSE IF' literal value. |
static ActionType |
ACTION_TYPE_ELSE_IF_LITERAL
The 'ACTION TYPE ELSE IF' literal object. |
static int |
ACTION_TYPE_IF_ELSE
The 'ACTION TYPE IF ELSE' literal value. |
static ActionType |
ACTION_TYPE_IF_ELSE_LITERAL
The 'ACTION TYPE IF ELSE' literal object. |
static int |
ACTION_TYPE_IF_NOT
The 'ACTION TYPE IF NOT' literal value. |
static ActionType |
ACTION_TYPE_IF_NOT_LITERAL
The 'ACTION TYPE IF NOT' literal object. |
static int |
ACTION_TYPE_NOT
The 'ACTION TYPE NOT' literal value. |
static ActionType |
ACTION_TYPE_NOT_LITERAL
The 'ACTION TYPE NOT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Action Type' enumerators. |
| Method Summary | |
|---|---|
static ActionType |
get(int value)
Returns the 'Action Type' literal with the specified value. |
static ActionType |
get(java.lang.String name)
Returns the 'Action Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ACTION_TYPE_IF_ELSE
If the meaning of 'ACTION TYPE IF ELSE' literal object isn't clear, there really should be more of a description here...
ACTION_TYPE_IF_ELSE_LITERAL,
Constant Field Valuespublic static final int ACTION_TYPE_ELSE_IF
If the meaning of 'ACTION TYPE ELSE IF' literal object isn't clear, there really should be more of a description here...
ACTION_TYPE_ELSE_IF_LITERAL,
Constant Field Valuespublic static final int ACTION_TYPE_IF_NOT
If the meaning of 'ACTION TYPE IF NOT' literal object isn't clear, there really should be more of a description here...
ACTION_TYPE_IF_NOT_LITERAL,
Constant Field Valuespublic static final int ACTION_TYPE_NOT
If the meaning of 'ACTION TYPE NOT' literal object isn't clear, there really should be more of a description here...
ACTION_TYPE_NOT_LITERAL,
Constant Field Valuespublic static final int ACTION_TYPE_DEBUG
If the meaning of 'ACTION TYPE DEBUG' literal object isn't clear, there really should be more of a description here...
ACTION_TYPE_DEBUG_LITERAL,
Constant Field Valuespublic static final ActionType ACTION_TYPE_IF_ELSE_LITERAL
ACTION_TYPE_IF_ELSEpublic static final ActionType ACTION_TYPE_ELSE_IF_LITERAL
ACTION_TYPE_ELSE_IFpublic static final ActionType ACTION_TYPE_IF_NOT_LITERAL
ACTION_TYPE_IF_NOTpublic static final ActionType ACTION_TYPE_NOT_LITERAL
ACTION_TYPE_NOTpublic static final ActionType ACTION_TYPE_DEBUG_LITERAL
ACTION_TYPE_DEBUGpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ActionType get(java.lang.String name)
public static ActionType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||