org.eclipse.mtj.api.enumerations
Class Expression

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

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

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

See Also:
EnumerationsPackage.getExpression()

Field Summary
static int EXPRESSION_EQ
          The 'EXPRESSION EQ' literal value.
static Expression EXPRESSION_EQ_LITERAL
          The 'EXPRESSION EQ' literal object.
static int EXPRESSION_GET
          The 'EXPRESSION GET' literal value.
static Expression EXPRESSION_GET_LITERAL
          The 'EXPRESSION GET' literal object.
static int EXPRESSION_GT
          The 'EXPRESSION GT' literal value.
static Expression EXPRESSION_GT_LITERAL
          The 'EXPRESSION GT' literal object.
static int EXPRESSION_LET
          The 'EXPRESSION LET' literal value.
static Expression EXPRESSION_LET_LITERAL
          The 'EXPRESSION LET' literal object.
static int EXPRESSION_LT
          The 'EXPRESSION LT' literal value.
static Expression EXPRESSION_LT_LITERAL
          The 'EXPRESSION LT' literal object.
static int EXPRESSION_NEQ
          The 'EXPRESSION NEQ' literal value.
static Expression EXPRESSION_NEQ_LITERAL
          The 'EXPRESSION NEQ' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Expression' enumerators.
 
Method Summary
static Expression get(int value)
          Returns the 'Expression' literal with the specified value.
static Expression get(java.lang.String name)
          Returns the 'Expression' 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

EXPRESSION_LT

public static final int EXPRESSION_LT
The 'EXPRESSION LT' literal value.

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

See Also:
EXPRESSION_LT_LITERAL, Constant Field Values

EXPRESSION_LET

public static final int EXPRESSION_LET
The 'EXPRESSION LET' literal value.

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

See Also:
EXPRESSION_LET_LITERAL, Constant Field Values

EXPRESSION_EQ

public static final int EXPRESSION_EQ
The 'EXPRESSION EQ' literal value.

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

See Also:
EXPRESSION_EQ_LITERAL, Constant Field Values

EXPRESSION_NEQ

public static final int EXPRESSION_NEQ
The 'EXPRESSION NEQ' literal value.

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

See Also:
EXPRESSION_NEQ_LITERAL, Constant Field Values

EXPRESSION_GET

public static final int EXPRESSION_GET
The 'EXPRESSION GET' literal value.

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

See Also:
EXPRESSION_GET_LITERAL, Constant Field Values

EXPRESSION_GT

public static final int EXPRESSION_GT
The 'EXPRESSION GT' literal value.

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

See Also:
EXPRESSION_GT_LITERAL, Constant Field Values

EXPRESSION_LT_LITERAL

public static final Expression EXPRESSION_LT_LITERAL
The 'EXPRESSION LT' literal object.

See Also:
EXPRESSION_LT

EXPRESSION_LET_LITERAL

public static final Expression EXPRESSION_LET_LITERAL
The 'EXPRESSION LET' literal object.

See Also:
EXPRESSION_LET

EXPRESSION_EQ_LITERAL

public static final Expression EXPRESSION_EQ_LITERAL
The 'EXPRESSION EQ' literal object.

See Also:
EXPRESSION_EQ

EXPRESSION_NEQ_LITERAL

public static final Expression EXPRESSION_NEQ_LITERAL
The 'EXPRESSION NEQ' literal object.

See Also:
EXPRESSION_NEQ

EXPRESSION_GET_LITERAL

public static final Expression EXPRESSION_GET_LITERAL
The 'EXPRESSION GET' literal object.

See Also:
EXPRESSION_GET

EXPRESSION_GT_LITERAL

public static final Expression EXPRESSION_GT_LITERAL
The 'EXPRESSION GT' literal object.

See Also:
EXPRESSION_GT

VALUES

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

Method Detail

get

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


get

public static Expression get(int value)
Returns the 'Expression' literal with the specified value.