|
Generation Framework | ||||||||||
| 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.gmfgraph.Direction
A representation of the literals of the enumeration 'Direction', and utility methods for working with them. Geographical bit constants from org.eclipse.draw2d.PositionConstants
GMFGraphPackage.getDirection()| Field Summary | |
static int |
EAST
The 'EAST' literal value |
static Direction |
EAST_LITERAL
The 'EAST' literal object |
static int |
EAST_WEST
The 'EAST WEST' literal value |
static Direction |
EAST_WEST_LITERAL
The 'EAST WEST' literal object |
static int |
NONE
The 'NONE' literal value |
static Direction |
NONE_LITERAL
The 'NONE' literal object |
static int |
NORTH
The 'NORTH' literal value |
static int |
NORTH_EAST
The 'NORTH EAST' literal value |
static Direction |
NORTH_EAST_LITERAL
The 'NORTH EAST' literal object |
static Direction |
NORTH_LITERAL
The 'NORTH' literal object |
static int |
NORTH_SOUTH
The 'NORTH SOUTH' literal value |
static Direction |
NORTH_SOUTH_LITERAL
The 'NORTH SOUTH' literal object |
static int |
NORTH_WEST
The 'NORTH WEST' literal value |
static Direction |
NORTH_WEST_LITERAL
The 'NORTH WEST' literal object |
static int |
NSEW
The 'NSEW' literal value |
static Direction |
NSEW_LITERAL
The 'NSEW' literal object |
static int |
SOUTH
The 'SOUTH' literal value |
static int |
SOUTH_EAST
The 'SOUTH EAST' literal value |
static Direction |
SOUTH_EAST_LITERAL
The 'SOUTH EAST' literal object |
static Direction |
SOUTH_LITERAL
The 'SOUTH' literal object |
static int |
SOUTH_WEST
The 'SOUTH WEST' literal value |
static Direction |
SOUTH_WEST_LITERAL
The 'SOUTH WEST' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Direction' enumerators |
static int |
WEST
The 'WEST' literal value |
static Direction |
WEST_LITERAL
The 'WEST' literal object |
| Method Summary | |
static Direction |
get(int value)
Returns the 'Direction' literal with the specified integer value |
static Direction |
get(java.lang.String literal)
Returns the 'Direction' literal with the specified literal value |
static Direction |
getByName(java.lang.String name)
Returns the 'Direction' 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 NONE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
Direction.NONE_LITERAL,
Constant Field Valuespublic static final int NORTH
If the meaning of 'NORTH' literal object isn't clear, there really should be more of a description here...
Direction.NORTH_LITERAL,
Constant Field Valuespublic static final int SOUTH
If the meaning of 'SOUTH' literal object isn't clear, there really should be more of a description here...
Direction.SOUTH_LITERAL,
Constant Field Valuespublic static final int WEST
If the meaning of 'WEST' literal object isn't clear, there really should be more of a description here...
Direction.WEST_LITERAL,
Constant Field Valuespublic static final int EAST
If the meaning of 'EAST' literal object isn't clear, there really should be more of a description here...
Direction.EAST_LITERAL,
Constant Field Valuespublic static final int NORTH_EAST
If the meaning of 'NORTH EAST' literal object isn't clear, there really should be more of a description here...
Direction.NORTH_EAST_LITERAL,
Constant Field Valuespublic static final int NORTH_WEST
If the meaning of 'NORTH WEST' literal object isn't clear, there really should be more of a description here...
Direction.NORTH_WEST_LITERAL,
Constant Field Valuespublic static final int SOUTH_EAST
If the meaning of 'SOUTH EAST' literal object isn't clear, there really should be more of a description here...
Direction.SOUTH_EAST_LITERAL,
Constant Field Valuespublic static final int SOUTH_WEST
If the meaning of 'SOUTH WEST' literal object isn't clear, there really should be more of a description here...
Direction.SOUTH_WEST_LITERAL,
Constant Field Valuespublic static final int NORTH_SOUTH
If the meaning of 'NORTH SOUTH' literal object isn't clear, there really should be more of a description here...
Direction.NORTH_SOUTH_LITERAL,
Constant Field Valuespublic static final int EAST_WEST
If the meaning of 'EAST WEST' literal object isn't clear, there really should be more of a description here...
Direction.EAST_WEST_LITERAL,
Constant Field Valuespublic static final int NSEW
If the meaning of 'NSEW' literal object isn't clear, there really should be more of a description here...
Direction.NSEW_LITERAL,
Constant Field Valuespublic static final Direction NONE_LITERAL
Direction.NONEpublic static final Direction NORTH_LITERAL
Direction.NORTHpublic static final Direction SOUTH_LITERAL
Direction.SOUTHpublic static final Direction WEST_LITERAL
Direction.WESTpublic static final Direction EAST_LITERAL
Direction.EASTpublic static final Direction NORTH_EAST_LITERAL
Direction.NORTH_EASTpublic static final Direction NORTH_WEST_LITERAL
Direction.NORTH_WESTpublic static final Direction SOUTH_EAST_LITERAL
Direction.SOUTH_EASTpublic static final Direction SOUTH_WEST_LITERAL
Direction.SOUTH_WESTpublic static final Direction NORTH_SOUTH_LITERAL
Direction.NORTH_SOUTHpublic static final Direction EAST_WEST_LITERAL
Direction.EAST_WESTpublic static final Direction NSEW_LITERAL
Direction.NSEWpublic static final java.util.List VALUES
| Method Detail |
public static Direction get(java.lang.String literal)
public static Direction getByName(java.lang.String name)
public static Direction get(int value)
|
Generation Framework | ||||||||||
| 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.