|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VerticalAlignment>
org.eclipse.birt.chart.model.attribute.VerticalAlignment
public enum 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()
Enum Constant Summary | |
---|---|
BOTTOM_LITERAL
The 'Bottom' literal object. |
|
CENTER_LITERAL
The 'Center' literal object. |
|
TOP_LITERAL
The 'Top' literal object. |
Field Summary | |
---|---|
static int |
BOTTOM
The 'Bottom' literal value. |
static int |
CENTER
The 'Center' literal value. |
static int |
TOP
The 'Top' literal value. |
static java.util.List<VerticalAlignment> |
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. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static VerticalAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public 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
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 java.util.List<VerticalAlignment> VALUES
Method Detail |
---|
public static VerticalAlignment[] values()
for (VerticalAlignment c : VerticalAlignment.values()) System.out.println(c);
public static VerticalAlignment valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static VerticalAlignment get(java.lang.String literal)
public static VerticalAlignment getByName(java.lang.String name)
public static VerticalAlignment get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<VerticalAlignment>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |