org.sintef.mofscript.MOFScriptModel
Class AssignmentOperator

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.sintef.mofscript.MOFScriptModel.AssignmentOperator
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
MOFScriptModelPackage.getAssignmentOperator()

Field 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 value
static AssignmentOperator get(java.lang.String name)
          Returns the 'Assignment Operator' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EQ

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

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

See Also:
EQ_LITERAL, Constant Field Values

PLUS_EQ

public static final int PLUS_EQ
The 'PLUS EQ' literal value.

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

See Also:
PLUS_EQ_LITERAL, Constant Field Values

EQ_LITERAL

public static final AssignmentOperator EQ_LITERAL
The 'EQ' literal object.

See Also:
EQ

PLUS_EQ_LITERAL

public static final AssignmentOperator PLUS_EQ_LITERAL
The 'PLUS EQ' literal object.

See Also:
PLUS_EQ

VALUES

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

Method Detail

get

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


get

public static AssignmentOperator get(int value)
Returns the 'Assignment Operator' literal with the specified value.