org.eclipse.gmt.umlx.gcore
Class GRouter

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

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

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

See Also:
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

DEFAULT

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

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

See Also:
DEFAULT_LITERAL, Constant Field Values

MANUAL

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

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

See Also:
MANUAL_LITERAL, Constant Field Values

MANHATTAN

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

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

See Also:
MANHATTAN_LITERAL, Constant Field Values

SHORTEST_PATH

public static final int SHORTEST_PATH
The 'SHORTEST PATH' literal value.

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

See Also:
SHORTEST_PATH_LITERAL, Constant Field Values

DEFAULT_LITERAL

public static final GRouter DEFAULT_LITERAL
The 'DEFAULT' literal object.

See Also:
DEFAULT

MANUAL_LITERAL

public static final GRouter MANUAL_LITERAL
The 'MANUAL' literal object.

See Also:
MANUAL

MANHATTAN_LITERAL

public static final GRouter MANHATTAN_LITERAL
The 'MANHATTAN' literal object.

See Also:
MANHATTAN

SHORTEST_PATH_LITERAL

public static final GRouter SHORTEST_PATH_LITERAL
The 'SHORTEST PATH' literal object.

See Also:
SHORTEST_PATH

VALUES

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

Method Detail

get

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


getByName

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


get

public static GRouter get(int value)
Returns the 'GRouter' literal with the specified integer value.