|
|||||||||
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.gcore.GRouter
public final class GRouter
A representation of the literals of the enumeration 'Router', and utility methods for working with them.
GcorePackage.getGRouter()
Field Summary | |
---|---|
static int |
DEFAULT
The 'DEFAULT' literal value. |
static GRouter |
DEFAULT_LITERAL
The 'DEFAULT' literal object. |
static int |
MANHATTAN
The 'MANHATTAN' literal value. |
static GRouter |
MANHATTAN_LITERAL
The 'MANHATTAN' literal object. |
static int |
MANUAL
The 'MANUAL' literal value. |
static GRouter |
MANUAL_LITERAL
The 'MANUAL' literal object. |
static int |
SHORTEST_PATH
The 'SHORTEST PATH' literal value. |
static GRouter |
SHORTEST_PATH_LITERAL
The 'SHORTEST PATH' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'GRouter' enumerators. |
Method Summary | |
---|---|
static GRouter |
get(int value)
Returns the 'GRouter' literal with the specified integer value. |
static GRouter |
get(java.lang.String literal)
Returns the 'GRouter' literal with the specified literal value. |
static GRouter |
getByName(java.lang.String name)
Returns the 'GRouter' 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 DEFAULT
If the meaning of 'DEFAULT' literal object isn't clear, there really should be more of a description here...
DEFAULT_LITERAL
,
Constant Field Valuespublic static final int MANUAL
If the meaning of 'MANUAL' literal object isn't clear, there really should be more of a description here...
MANUAL_LITERAL
,
Constant Field Valuespublic static final int MANHATTAN
If the meaning of 'MANHATTAN' literal object isn't clear, there really should be more of a description here...
MANHATTAN_LITERAL
,
Constant Field Valuespublic static final int SHORTEST_PATH
If the meaning of 'SHORTEST PATH' literal object isn't clear, there really should be more of a description here...
SHORTEST_PATH_LITERAL
,
Constant Field Valuespublic static final GRouter DEFAULT_LITERAL
DEFAULT
public static final GRouter MANUAL_LITERAL
MANUAL
public static final GRouter MANHATTAN_LITERAL
MANHATTAN
public static final GRouter SHORTEST_PATH_LITERAL
SHORTEST_PATH
public static final java.util.List VALUES
Method Detail |
---|
public static GRouter get(java.lang.String literal)
public static GRouter getByName(java.lang.String name)
public static GRouter get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |