|
|||||||||||
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.LegendBehaviorType
A representation of the literals of the enumeration 'Legend Behavior Type', and utility methods for working with them. This type defines the allowed values for Legend behaviors.
AttributePackage.getLegendBehaviorType()
Field Summary | |
static int |
HIGHLIGHT_SERIE
The 'Highlight Serie' literal value. |
static LegendBehaviorType |
HIGHLIGHT_SERIE_LITERAL
The 'Highlight Serie' literal object. |
static int |
NONE
The 'None' literal value. |
static LegendBehaviorType |
NONE_LITERAL
The 'None' literal object. |
static int |
TOGGLE_SERIE_VISIBILITY
The 'Toggle Serie Visibility' literal value. |
static LegendBehaviorType |
TOGGLE_SERIE_VISIBILITY_LITERAL
The 'Toggle Serie Visibility' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Legend Behavior Type' enumerators. |
Method Summary | |
static LegendBehaviorType |
get(int value)
Returns the 'Legend Behavior Type' literal with the specified integer value. |
static LegendBehaviorType |
get(java.lang.String literal)
Returns the 'Legend Behavior Type' literal with the specified literal value. |
static LegendBehaviorType |
getByName(java.lang.String name)
Returns the 'Legend Behavior 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 NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int TOGGLE_SERIE_VISIBILITY
If the meaning of 'Toggle Serie Visibility' literal object isn't clear, there really should be more of a description here...
TOGGLE_SERIE_VISIBILITY_LITERAL
,
Constant Field Valuespublic static final int HIGHLIGHT_SERIE
If the meaning of 'Highlight Serie' literal object isn't clear, there really should be more of a description here...
HIGHLIGHT_SERIE_LITERAL
,
Constant Field Valuespublic static final LegendBehaviorType NONE_LITERAL
NONE
public static final LegendBehaviorType TOGGLE_SERIE_VISIBILITY_LITERAL
TOGGLE_SERIE_VISIBILITY
public static final LegendBehaviorType HIGHLIGHT_SERIE_LITERAL
HIGHLIGHT_SERIE
public static final java.util.List VALUES
Method Detail |
public static LegendBehaviorType get(java.lang.String literal)
public static LegendBehaviorType getByName(java.lang.String name)
public static LegendBehaviorType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |