|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| 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.hyades.models.hierarchy.extensions.ArithmeticOperators
A representation of the literals of the enumeration 'Arithmetic Operators', and utility methods for working with them.
ExtensionsPackage.getArithmeticOperators()| Field Summary | |
|---|---|
static int |
ADD
The 'ADD' literal value |
static ArithmeticOperators |
ADD_LITERAL
The 'ADD' literal object |
static int |
DIVIDE
The 'DIVIDE' literal value |
static ArithmeticOperators |
DIVIDE_LITERAL
The 'DIVIDE' literal object |
static int |
INTEGER_DIVIDE
The 'INTEGER DIVIDE' literal value |
static ArithmeticOperators |
INTEGER_DIVIDE_LITERAL
The 'INTEGER DIVIDE' literal object |
static int |
MOD
The 'MOD' literal value |
static ArithmeticOperators |
MOD_LITERAL
The 'MOD' literal object |
static int |
MULTIPLY
The 'MULTIPLY' literal value |
static ArithmeticOperators |
MULTIPLY_LITERAL
The 'MULTIPLY' literal object |
static int |
SUBSTRACT
The 'SUBSTRACT' literal value |
static ArithmeticOperators |
SUBSTRACT_LITERAL
The 'SUBSTRACT' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Arithmetic Operators' enumerators |
| Method Summary | |
|---|---|
static ArithmeticOperators |
get(int value)
Returns the 'Arithmetic Operators' literal with the specified integer value |
static ArithmeticOperators |
get(java.lang.String literal)
Returns the 'Arithmetic Operators' literal with the specified literal value |
static ArithmeticOperators |
getByName(java.lang.String name)
Returns the 'Arithmetic Operators' 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ADD
ADD_LITERAL,
Constant Field Valuespublic static final int SUBSTRACT
SUBSTRACT_LITERAL,
Constant Field Valuespublic static final int MULTIPLY
MULTIPLY_LITERAL,
Constant Field Valuespublic static final int DIVIDE
DIVIDE_LITERAL,
Constant Field Valuespublic static final int INTEGER_DIVIDE
INTEGER_DIVIDE_LITERAL,
Constant Field Valuespublic static final int MOD
MOD_LITERAL,
Constant Field Valuespublic static final ArithmeticOperators ADD_LITERAL
If the meaning of 'ADD' literal object isn't clear, there really should be more of a description here...
ADDpublic static final ArithmeticOperators SUBSTRACT_LITERAL
If the meaning of 'SUBSTRACT' literal object isn't clear, there really should be more of a description here...
SUBSTRACTpublic static final ArithmeticOperators MULTIPLY_LITERAL
If the meaning of 'MULTIPLY' literal object isn't clear, there really should be more of a description here...
MULTIPLYpublic static final ArithmeticOperators DIVIDE_LITERAL
If the meaning of 'DIVIDE' literal object isn't clear, there really should be more of a description here...
DIVIDEpublic static final ArithmeticOperators INTEGER_DIVIDE_LITERAL
If the meaning of 'INTEGER DIVIDE' literal object isn't clear, there really should be more of a description here...
INTEGER_DIVIDEpublic static final ArithmeticOperators MOD_LITERAL
If the meaning of 'MOD' literal object isn't clear, there really should be more of a description here...
MODpublic static final java.util.List VALUES
| Method Detail |
public static ArithmeticOperators get(java.lang.String literal)
public static ArithmeticOperators getByName(java.lang.String name)
public static ArithmeticOperators get(int value)
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||