|
|||||||||
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.gmt.umlx.ecore2.E2Direction
public final class E2Direction
A representation of the literals of the enumeration 'EDirection', and utility methods for working with them.
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 |
---|
public static final int NO_WAY
An unconnected association.
NO_WAY_LITERAL
,
Constant Field Valuespublic static final int TWO_WAY
If the meaning of 'TWO WAY' literal object isn't clear, there really should be more of a description here...
TWO_WAY_LITERAL
,
Constant Field Valuespublic static final int FORWARD
If the meaning of 'FORWARD' literal object isn't clear, there really should be more of a description here...
FORWARD_LITERAL
,
Constant Field Valuespublic static final int REVERSE
If the meaning of 'REVERSE' literal object isn't clear, there really should be more of a description here...
REVERSE_LITERAL
,
Constant Field Valuespublic static final E2Direction NO_WAY_LITERAL
NO_WAY
public static final E2Direction TWO_WAY_LITERAL
TWO_WAY
public static final E2Direction FORWARD_LITERAL
FORWARD
public static final E2Direction REVERSE_LITERAL
REVERSE
public static final java.util.List VALUES
Method Detail |
---|
public static E2Direction get(java.lang.String literal)
public static E2Direction getByName(java.lang.String name)
public static E2Direction get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |