|
Modelers | |||||||||
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.topcased.modeler.graphconf.RouterType
public final class RouterType
A representation of the literals of the enumeration 'Router Type', and utility methods for working with them.
GraphconfPackage.getRouterType()
,
Serialized FormField 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 |
---|
public static final int OBLIQUE_ROUTER
If the meaning of 'Oblique Router' literal object isn't clear, there really should be more of a description here...
OBLIQUE_ROUTER_LITERAL
,
Constant Field Valuespublic static final int RECTILINEAR_ROUTER
If the meaning of 'Rectilinear Router' literal object isn't clear, there really should be more of a description here...
RECTILINEAR_ROUTER_LITERAL
,
Constant Field Valuespublic static final int TREE_ROUTER
If the meaning of 'Tree Router' literal object isn't clear, there really should be more of a description here...
TREE_ROUTER_LITERAL
,
Constant Field Valuespublic static final RouterType OBLIQUE_ROUTER_LITERAL
OBLIQUE_ROUTER
public static final RouterType RECTILINEAR_ROUTER_LITERAL
RECTILINEAR_ROUTER
public static final RouterType TREE_ROUTER_LITERAL
TREE_ROUTER
public static final java.util.List VALUES
Method Detail |
---|
public static RouterType get(java.lang.String literal)
public static RouterType getByName(java.lang.String name)
public static RouterType get(int value)
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.