|
||||||||||
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.Orientation
public final class Orientation
A representation of the literals of the enumeration ' Orientation', and utility methods for working with them. This type represents the options available for orientation.
AttributePackage.getOrientation()
,
Serialized FormField Summary | |
---|---|
static int |
HORIZONTAL
The 'Horizontal' literal value. |
static Orientation |
HORIZONTAL_LITERAL
The 'Horizontal' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Orientation' enumerators. |
static int |
VERTICAL
The 'Vertical' literal value. |
static Orientation |
VERTICAL_LITERAL
The 'Vertical' literal object. |
Method Summary | |
---|---|
static Orientation |
get(int value)
Returns the 'Orientation' literal with the specified integer value. |
static Orientation |
get(java.lang.String literal)
Returns the 'Orientation' literal with the specified literal value. |
static Orientation |
getByName(java.lang.String name)
Returns the 'Orientation' 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 HORIZONTAL
HORIZONTAL_LITERAL
,
Constant Field Valuespublic static final int VERTICAL
VERTICAL_LITERAL
,
Constant Field Valuespublic static final Orientation HORIZONTAL_LITERAL
If the meaning of 'Horizontal' literal object isn't clear, there really should be more of a description here...
HORIZONTAL
public static final Orientation VERTICAL_LITERAL
If the meaning of 'Vertical' literal object isn't clear, there really should be more of a description here...
VERTICAL
public static final java.util.List VALUES
Method Detail |
---|
public static Orientation get(java.lang.String literal)
public static Orientation getByName(java.lang.String name)
public static Orientation get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |