|
||||||||||
| 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.Expression
public final class Expression
A representation of the literals of the enumeration 'Expression', and utility methods for working with them.
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 |
|---|
public static final int EXPRESSION_LT
If the meaning of 'EXPRESSION LT' literal object isn't clear, there really should be more of a description here...
EXPRESSION_LT_LITERAL,
Constant Field Valuespublic static final int EXPRESSION_LET
If the meaning of 'EXPRESSION LET' literal object isn't clear, there really should be more of a description here...
EXPRESSION_LET_LITERAL,
Constant Field Valuespublic static final int EXPRESSION_EQ
If the meaning of 'EXPRESSION EQ' literal object isn't clear, there really should be more of a description here...
EXPRESSION_EQ_LITERAL,
Constant Field Valuespublic static final int EXPRESSION_NEQ
If the meaning of 'EXPRESSION NEQ' literal object isn't clear, there really should be more of a description here...
EXPRESSION_NEQ_LITERAL,
Constant Field Valuespublic static final int EXPRESSION_GET
If the meaning of 'EXPRESSION GET' literal object isn't clear, there really should be more of a description here...
EXPRESSION_GET_LITERAL,
Constant Field Valuespublic static final int EXPRESSION_GT
If the meaning of 'EXPRESSION GT' literal object isn't clear, there really should be more of a description here...
EXPRESSION_GT_LITERAL,
Constant Field Valuespublic static final Expression EXPRESSION_LT_LITERAL
EXPRESSION_LTpublic static final Expression EXPRESSION_LET_LITERAL
EXPRESSION_LETpublic static final Expression EXPRESSION_EQ_LITERAL
EXPRESSION_EQpublic static final Expression EXPRESSION_NEQ_LITERAL
EXPRESSION_NEQpublic static final Expression EXPRESSION_GET_LITERAL
EXPRESSION_GETpublic static final Expression EXPRESSION_GT_LITERAL
EXPRESSION_GTpublic static final java.util.List VALUES
| Method Detail |
|---|
public static Expression get(java.lang.String name)
public static Expression get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||