|
||||||||||
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.ActionType
public final class ActionType
A representation of the literals of the enumeration ' Action Type', and utility methods for working with them. This type defines the allowed values for Action types (for interactivity with chart). Any new Action type needs to be added here to be supported.
AttributePackage.getActionType()
,
Serialized FormField Summary | |
---|---|
static int |
CALL_BACK
The 'Call Back' literal value. |
static ActionType |
CALL_BACK_LITERAL
The 'Call Back' literal object. |
static int |
HIGHLIGHT
The 'Highlight' literal value. |
static ActionType |
HIGHLIGHT_LITERAL
The 'Highlight' literal object. |
static int |
INVOKE_SCRIPT
The 'Invoke Script' literal value. |
static ActionType |
INVOKE_SCRIPT_LITERAL
The 'Invoke Script' literal object. |
static int |
SHOW_TOOLTIP
The 'Show Tooltip' literal value. |
static ActionType |
SHOW_TOOLTIP_LITERAL
The 'Show Tooltip' literal object. |
static int |
TOGGLE_DATA_POINT_VISIBILITY
The 'Toggle Data Point Visibility' literal value. |
static ActionType |
TOGGLE_DATA_POINT_VISIBILITY_LITERAL
The 'Toggle Data Point Visibility' literal object. |
static int |
TOGGLE_VISIBILITY
The 'Toggle Visibility' literal value. |
static ActionType |
TOGGLE_VISIBILITY_LITERAL
The 'Toggle Visibility' literal object. |
static int |
URL_REDIRECT
The 'URL Redirect' literal value. |
static ActionType |
URL_REDIRECT_LITERAL
The 'URL Redirect' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Action Type' enumerators. |
Method Summary | |
---|---|
static ActionType |
get(int value)
Returns the 'Action Type' literal with the specified integer value. |
static ActionType |
get(java.lang.String literal)
Returns the 'Action Type' literal with the specified literal value. |
static ActionType |
getByName(java.lang.String name)
Returns the 'Action 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 URL_REDIRECT
URL_REDIRECT_LITERAL
,
Constant Field Valuespublic static final int SHOW_TOOLTIP
SHOW_TOOLTIP_LITERAL
,
Constant Field Valuespublic static final int TOGGLE_VISIBILITY
TOGGLE_VISIBILITY_LITERAL
,
Constant Field Valuespublic static final int INVOKE_SCRIPT
INVOKE_SCRIPT_LITERAL
,
Constant Field Valuespublic static final int HIGHLIGHT
If the meaning of 'Highlight' literal object isn't clear, there really should be more of a description here...
HIGHLIGHT_LITERAL
,
Constant Field Valuespublic static final int CALL_BACK
If the meaning of 'Call Back' literal object isn't clear, there really should be more of a description here...
CALL_BACK_LITERAL
,
Constant Field Valuespublic static final int TOGGLE_DATA_POINT_VISIBILITY
If the meaning of 'Toggle Data Point Visibility' literal object isn't clear, there really should be more of a description here...
TOGGLE_DATA_POINT_VISIBILITY_LITERAL
,
Constant Field Valuespublic static final ActionType URL_REDIRECT_LITERAL
If the meaning of 'URL Redirect' literal object isn't clear, there really should be more of a description here...
URL_REDIRECT
public static final ActionType SHOW_TOOLTIP_LITERAL
If the meaning of 'Show Tooltip' literal object isn't clear, there really should be more of a description here...
SHOW_TOOLTIP
public static final ActionType TOGGLE_VISIBILITY_LITERAL
If the meaning of 'Toggle Visibility' literal object isn't clear, there really should be more of a description here...
TOGGLE_VISIBILITY
public static final ActionType INVOKE_SCRIPT_LITERAL
If the meaning of 'Invoke Script' literal object isn't clear, there really should be more of a description here...
INVOKE_SCRIPT
public static final ActionType HIGHLIGHT_LITERAL
HIGHLIGHT
public static final ActionType CALL_BACK_LITERAL
CALL_BACK
public static final ActionType TOGGLE_DATA_POINT_VISIBILITY_LITERAL
TOGGLE_DATA_POINT_VISIBILITY
public static final java.util.List VALUES
Method Detail |
---|
public static ActionType get(java.lang.String literal)
public static ActionType getByName(java.lang.String name)
public static ActionType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |