|
|||||||||||
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.birt.chart.model.attribute.Direction
A representation of the literals of the enumeration ' Direction', and utility methods for working with them. This type represents the options available for directions.
AttributePackage.getDirection()
Field Summary | |
static int |
LEFT_RIGHT
The 'Left Right' literal value. |
static Direction |
LEFT_RIGHT_LITERAL
The 'Left Right' literal object. |
static int |
TOP_BOTTOM
The 'Top Bottom' literal value. |
static Direction |
TOP_BOTTOM_LITERAL
The 'Top Bottom' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Direction' enumerators. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int LEFT_RIGHT
LEFT_RIGHT_LITERAL
,
Constant Field Valuespublic static final int TOP_BOTTOM
TOP_BOTTOM_LITERAL
,
Constant Field Valuespublic static final Direction LEFT_RIGHT_LITERAL
If the meaning of 'Left Right' literal object isn't clear, there really should be more of a description here...
LEFT_RIGHT
public static final Direction TOP_BOTTOM_LITERAL
If the meaning of 'Top Bottom' literal object isn't clear, there really should be more of a description here...
TOP_BOTTOM
public 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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |