|
Runtime | ||||||||||
| 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.gmf.runtime.notation.Routing
A representation of the literals of the enumeration 'Routing', and utility methods for working with them.
NotationPackage.getRouting()| Field Summary | |
static int |
MANUAL
The 'Manual' literal value |
static Routing |
MANUAL_LITERAL
The 'Manual' literal object |
static int |
RECTILINEAR
The 'Rectilinear' literal value |
static Routing |
RECTILINEAR_LITERAL
The 'Rectilinear' literal object |
static int |
TREE
The 'Tree' literal value |
static Routing |
TREE_LITERAL
The 'Tree' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Routing' enumerators |
| Method Summary | |
static Routing |
get(int value)
Returns the 'Routing' literal with the specified integer value |
static Routing |
get(java.lang.String literal)
Returns the 'Routing' literal with the specified literal value |
static Routing |
getByName(java.lang.String name)
Returns the 'Routing' 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MANUAL
Routing.MANUAL_LITERAL,
Constant Field Valuespublic static final int RECTILINEAR
Routing.RECTILINEAR_LITERAL,
Constant Field Valuespublic static final int TREE
Routing.TREE_LITERAL,
Constant Field Valuespublic static final Routing MANUAL_LITERAL
Routing.MANUALpublic static final Routing RECTILINEAR_LITERAL
Routing.RECTILINEARpublic static final Routing TREE_LITERAL
Routing.TREEpublic static final java.util.List VALUES
| Method Detail |
public static Routing get(java.lang.String literal)
public static Routing getByName(java.lang.String name)
public static Routing get(int value)
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.