|
|||||||||||
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.SortOption
A representation of the literals of the enumeration ' Sort Option', and utility methods for working with them. This type represents the options available for sorting.
AttributePackage.getSortOption()
Field Summary | |
static int |
ASCENDING
The 'Ascending' literal value. |
static SortOption |
ASCENDING_LITERAL
The 'Ascending' literal object. |
static int |
DESCENDING
The 'Descending' literal value. |
static SortOption |
DESCENDING_LITERAL
The 'Descending' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Sort Option' enumerators. |
Method Summary | |
static SortOption |
get(int value)
Returns the 'Sort Option' literal with the specified integer value. |
static SortOption |
get(java.lang.String literal)
Returns the 'Sort Option' literal with the specified literal value. |
static SortOption |
getByName(java.lang.String name)
Returns the 'Sort Option' 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 ASCENDING
ASCENDING_LITERAL
,
Constant Field Valuespublic static final int DESCENDING
DESCENDING_LITERAL
,
Constant Field Valuespublic static final SortOption ASCENDING_LITERAL
If the meaning of 'Ascending' literal object isn't clear, there really should be more of a description here...
ASCENDING
public static final SortOption DESCENDING_LITERAL
If the meaning of 'Descending' literal object isn't clear, there really should be more of a description here...
DESCENDING
public static final java.util.List VALUES
Method Detail |
public static SortOption get(java.lang.String literal)
public static SortOption getByName(java.lang.String name)
public static SortOption get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |