Modelers

org.topcased.modeler.graphconf
Class RouterType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.topcased.modeler.graphconf.RouterType
All Implemented Interfaces:
java.io.Serializable, Enumerator

public final class RouterType
extends AbstractEnumerator

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

See Also:
GraphconfPackage.getRouterType(), Serialized Form
** Generated **
Model:

Field Summary
static int OBLIQUE_ROUTER
          The 'Oblique Router' literal value.
static RouterType OBLIQUE_ROUTER_LITERAL
          The 'Oblique Router' literal object.
static int RECTILINEAR_ROUTER
          The 'Rectilinear Router' literal value.
static RouterType RECTILINEAR_ROUTER_LITERAL
          The 'Rectilinear Router' literal object.
static int TREE_ROUTER
          The 'Tree Router' literal value.
static RouterType TREE_ROUTER_LITERAL
          The 'Tree Router' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Router Type' enumerators.
 
Method Summary
static RouterType get(int value)
          Returns the 'Router Type' literal with the specified integer value.
static RouterType get(java.lang.String literal)
          Returns the 'Router Type' literal with the specified literal value.
static RouterType getByName(java.lang.String name)
          Returns the 'Router Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OBLIQUE_ROUTER

public static final int OBLIQUE_ROUTER
The 'Oblique Router' literal value.

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

See Also:
OBLIQUE_ROUTER_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="ObliqueRouter"

RECTILINEAR_ROUTER

public static final int RECTILINEAR_ROUTER
The 'Rectilinear Router' literal value.

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

See Also:
RECTILINEAR_ROUTER_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="RectilinearRouter"

TREE_ROUTER

public static final int TREE_ROUTER
The 'Tree Router' literal value.

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

See Also:
TREE_ROUTER_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="TreeRouter"

OBLIQUE_ROUTER_LITERAL

public static final RouterType OBLIQUE_ROUTER_LITERAL
The 'Oblique Router' literal object.

See Also:
OBLIQUE_ROUTER
** Generated **
Ordered:

RECTILINEAR_ROUTER_LITERAL

public static final RouterType RECTILINEAR_ROUTER_LITERAL
The 'Rectilinear Router' literal object.

See Also:
RECTILINEAR_ROUTER
** Generated **
Ordered:

TREE_ROUTER_LITERAL

public static final RouterType TREE_ROUTER_LITERAL
The 'Tree Router' literal object.

See Also:
TREE_ROUTER
** Generated **
Ordered:

VALUES

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

** Generated **
Method Detail

get

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

** Generated **

getByName

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

** Generated **

get

public static RouterType get(int value)
Returns the 'Router Type' literal with the specified integer value.

** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.