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