|
|||||||||||
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.LegendItemType
A representation of the literals of the enumeration ' Legend Item Type', and utility methods for working with them. This type represents the possible values for the legend item type.
AttributePackage.getLegendItemType()
Field Summary | |
static int |
CATEGORIES
The 'Categories' literal value. |
static LegendItemType |
CATEGORIES_LITERAL
The 'Categories' literal object. |
static int |
SERIES
The 'Series' literal value. |
static LegendItemType |
SERIES_LITERAL
The 'Series' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Legend Item Type' enumerators. |
Method Summary | |
static LegendItemType |
get(int value)
Returns the 'Legend Item Type' literal with the specified integer value. |
static LegendItemType |
get(java.lang.String literal)
Returns the 'Legend Item Type' literal with the specified literal value. |
static LegendItemType |
getByName(java.lang.String name)
Returns the 'Legend Item Type' 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 SERIES
SERIES_LITERAL
,
Constant Field Valuespublic static final int CATEGORIES
CATEGORIES_LITERAL
,
Constant Field Valuespublic static final LegendItemType SERIES_LITERAL
If the meaning of 'Series' literal object isn't clear, there really should be more of a description here...
SERIES
public static final LegendItemType CATEGORIES_LITERAL
If the meaning of 'Categories' literal object isn't clear, there really should be more of a description here...
CATEGORIES
public static final java.util.List VALUES
Method Detail |
public static LegendItemType get(java.lang.String literal)
public static LegendItemType getByName(java.lang.String name)
public static LegendItemType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |