|
|||||||||||
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.VerticalAlignment
A representation of the literals of the enumeration ' Vertical Alignment', and utility methods for working with them. This type defines the allowed values for Vertical Text alignment.
AttributePackage.getVerticalAlignment()
Field Summary | |
static int |
BOTTOM
The 'Bottom' literal value. |
static VerticalAlignment |
BOTTOM_LITERAL
The 'Bottom' literal object. |
static int |
CENTER
The 'Center' literal value. |
static VerticalAlignment |
CENTER_LITERAL
The 'Center' literal object. |
static int |
TOP
The 'Top' literal value. |
static VerticalAlignment |
TOP_LITERAL
The 'Top' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Vertical Alignment' enumerators. |
Method Summary | |
static VerticalAlignment |
get(int value)
Returns the 'Vertical Alignment' literal with the specified integer value. |
static VerticalAlignment |
get(java.lang.String literal)
Returns the 'Vertical Alignment' literal with the specified literal value. |
static VerticalAlignment |
getByName(java.lang.String name)
Returns the 'Vertical Alignment' 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 TOP
TOP_LITERAL
,
Constant Field Valuespublic static final int CENTER
CENTER_LITERAL
,
Constant Field Valuespublic static final int BOTTOM
BOTTOM_LITERAL
,
Constant Field Valuespublic static final VerticalAlignment TOP_LITERAL
If the meaning of 'Top' literal object isn't clear, there really should be more of a description here...
TOP
public static final VerticalAlignment CENTER_LITERAL
If the meaning of 'Center' literal object isn't clear, there really should be more of a description here...
CENTER
public static final VerticalAlignment BOTTOM_LITERAL
If the meaning of 'Bottom' literal object isn't clear, there really should be more of a description here...
BOTTOM
public static final java.util.List VALUES
Method Detail |
public static VerticalAlignment get(java.lang.String literal)
public static VerticalAlignment getByName(java.lang.String name)
public static VerticalAlignment get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |