org.eclipse.mtj.api.enumerations
Class ActionType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.mtj.api.enumerations.ActionType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class ActionType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Action Type', and utility methods for working with them.

See Also:
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

ACTION_TYPE_IF_ELSE

public static final int ACTION_TYPE_IF_ELSE
The 'ACTION TYPE IF ELSE' literal value.

If the meaning of 'ACTION TYPE IF ELSE' literal object isn't clear, there really should be more of a description here...

See Also:
ACTION_TYPE_IF_ELSE_LITERAL, Constant Field Values

ACTION_TYPE_ELSE_IF

public static final int ACTION_TYPE_ELSE_IF
The 'ACTION TYPE ELSE IF' literal value.

If the meaning of 'ACTION TYPE ELSE IF' literal object isn't clear, there really should be more of a description here...

See Also:
ACTION_TYPE_ELSE_IF_LITERAL, Constant Field Values

ACTION_TYPE_IF_NOT

public static final int ACTION_TYPE_IF_NOT
The 'ACTION TYPE IF NOT' literal value.

If the meaning of 'ACTION TYPE IF NOT' literal object isn't clear, there really should be more of a description here...

See Also:
ACTION_TYPE_IF_NOT_LITERAL, Constant Field Values

ACTION_TYPE_NOT

public static final int ACTION_TYPE_NOT
The 'ACTION TYPE NOT' literal value.

If the meaning of 'ACTION TYPE NOT' literal object isn't clear, there really should be more of a description here...

See Also:
ACTION_TYPE_NOT_LITERAL, Constant Field Values

ACTION_TYPE_DEBUG

public static final int ACTION_TYPE_DEBUG
The 'ACTION TYPE DEBUG' literal value.

If the meaning of 'ACTION TYPE DEBUG' literal object isn't clear, there really should be more of a description here...

See Also:
ACTION_TYPE_DEBUG_LITERAL, Constant Field Values

ACTION_TYPE_IF_ELSE_LITERAL

public static final ActionType ACTION_TYPE_IF_ELSE_LITERAL
The 'ACTION TYPE IF ELSE' literal object.

See Also:
ACTION_TYPE_IF_ELSE

ACTION_TYPE_ELSE_IF_LITERAL

public static final ActionType ACTION_TYPE_ELSE_IF_LITERAL
The 'ACTION TYPE ELSE IF' literal object.

See Also:
ACTION_TYPE_ELSE_IF

ACTION_TYPE_IF_NOT_LITERAL

public static final ActionType ACTION_TYPE_IF_NOT_LITERAL
The 'ACTION TYPE IF NOT' literal object.

See Also:
ACTION_TYPE_IF_NOT

ACTION_TYPE_NOT_LITERAL

public static final ActionType ACTION_TYPE_NOT_LITERAL
The 'ACTION TYPE NOT' literal object.

See Also:
ACTION_TYPE_NOT

ACTION_TYPE_DEBUG_LITERAL

public static final ActionType ACTION_TYPE_DEBUG_LITERAL
The 'ACTION TYPE DEBUG' literal object.

See Also:
ACTION_TYPE_DEBUG

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Action Type' enumerators.

Method Detail

get

public static ActionType get(java.lang.String name)
Returns the 'Action Type' literal with the specified name.


get

public static ActionType get(int value)
Returns the 'Action Type' literal with the specified value.