|
||||||||||
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.mofscript.MOFScriptModel.ArithmeticOperator
public final class ArithmeticOperator
A representation of the literals of the enumeration 'Arithmetic Operator', and utility methods for working with them.
MOFScriptModelPackage.getArithmeticOperator()
,
Serialized FormField Summary | |
---|---|
static int |
DIV
The 'DIV' literal value |
static ArithmeticOperator |
DIV_LITERAL
The 'DIV' literal object |
static int |
MINUS
The 'MINUS' literal value |
static ArithmeticOperator |
MINUS_LITERAL
The 'MINUS' literal object |
static int |
MULT
The 'MULT' literal value |
static ArithmeticOperator |
MULT_LITERAL
The 'MULT' literal object |
static int |
PLUS
The 'PLUS' literal value |
static ArithmeticOperator |
PLUS_LITERAL
The 'PLUS' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Arithmetic Operator' enumerators |
Method Summary | |
---|---|
static ArithmeticOperator |
get(int value)
Returns the 'Arithmetic Operator' literal with the specified integer value |
static ArithmeticOperator |
get(java.lang.String literal)
Returns the 'Arithmetic Operator' literal with the specified literal value |
static ArithmeticOperator |
getByName(java.lang.String name)
Returns the 'Arithmetic Operator' 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 PLUS
If the meaning of 'PLUS' literal object isn't clear, there really should be more of a description here...
PLUS_LITERAL
,
Constant Field Valuespublic static final int MINUS
If the meaning of 'MINUS' literal object isn't clear, there really should be more of a description here...
MINUS_LITERAL
,
Constant Field Valuespublic static final int MULT
If the meaning of 'MULT' literal object isn't clear, there really should be more of a description here...
MULT_LITERAL
,
Constant Field Valuespublic static final int DIV
If the meaning of 'DIV' literal object isn't clear, there really should be more of a description here...
DIV_LITERAL
,
Constant Field Valuespublic static final ArithmeticOperator PLUS_LITERAL
PLUS
public static final ArithmeticOperator MINUS_LITERAL
MINUS
public static final ArithmeticOperator MULT_LITERAL
MULT
public static final ArithmeticOperator DIV_LITERAL
DIV
public static final java.util.List VALUES
Method Detail |
---|
public static ArithmeticOperator get(java.lang.String literal)
public static ArithmeticOperator getByName(java.lang.String name)
public static ArithmeticOperator get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |