org.eclipse.gmt.umlx.ecore2
Class E2Direction

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.gmt.umlx.ecore2.E2Direction
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
Ecore2Package.getE2Direction()

Field Summary
static int FORWARD
          The 'FORWARD' literal value.
static E2Direction FORWARD_LITERAL
          The 'FORWARD' literal object.
static int NO_WAY
          The 'NO WAY' literal value.
static E2Direction NO_WAY_LITERAL
          The 'NO WAY' literal object.
static int REVERSE
          The 'REVERSE' literal value.
static E2Direction REVERSE_LITERAL
          The 'REVERSE' literal object.
static int TWO_WAY
          The 'TWO WAY' literal value.
static E2Direction TWO_WAY_LITERAL
          The 'TWO WAY' literal object.
static java.util.List VALUES
          A public read-only list of all the 'E2 Direction' enumerators.
 
Method Summary
static E2Direction get(int value)
          Returns the 'E2 Direction' literal with the specified integer value.
static E2Direction get(java.lang.String literal)
          Returns the 'E2 Direction' literal with the specified literal value.
static E2Direction getByName(java.lang.String name)
          Returns the 'E2 Direction' 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

NO_WAY

public static final int NO_WAY
The 'NO WAY' literal value.

An unconnected association.

See Also:
NO_WAY_LITERAL, Constant Field Values

TWO_WAY

public static final int TWO_WAY
The 'TWO WAY' literal value.

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

See Also:
TWO_WAY_LITERAL, Constant Field Values

FORWARD

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

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

See Also:
FORWARD_LITERAL, Constant Field Values

REVERSE

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

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

See Also:
REVERSE_LITERAL, Constant Field Values

NO_WAY_LITERAL

public static final E2Direction NO_WAY_LITERAL
The 'NO WAY' literal object.

See Also:
NO_WAY

TWO_WAY_LITERAL

public static final E2Direction TWO_WAY_LITERAL
The 'TWO WAY' literal object.

See Also:
TWO_WAY

FORWARD_LITERAL

public static final E2Direction FORWARD_LITERAL
The 'FORWARD' literal object.

See Also:
FORWARD

REVERSE_LITERAL

public static final E2Direction REVERSE_LITERAL
The 'REVERSE' literal object.

See Also:
REVERSE

VALUES

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

Method Detail

get

public static E2Direction get(java.lang.String literal)
Returns the 'E2 Direction' literal with the specified literal value.


getByName

public static E2Direction getByName(java.lang.String name)
Returns the 'E2 Direction' literal with the specified name.


get

public static E2Direction get(int value)
Returns the 'E2 Direction' literal with the specified integer value.