|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ActionType>
org.eclipse.birt.chart.model.attribute.ActionType
public enum 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()
Enum Constant Summary | |
---|---|
CALL_BACK_LITERAL
The 'Call Back' literal object. |
|
HIGHLIGHT_LITERAL
The 'Highlight' literal object. |
|
INVOKE_SCRIPT_LITERAL
The 'Invoke Script' literal object. |
|
SHOW_TOOLTIP_LITERAL
The 'Show Tooltip' literal object. |
|
TOGGLE_DATA_POINT_VISIBILITY_LITERAL
The 'Toggle Data Point Visibility' literal object. |
|
TOGGLE_VISIBILITY_LITERAL
The 'Toggle Visibility' literal object. |
|
URL_REDIRECT_LITERAL
The 'URL Redirect' literal object. |
Field Summary | |
---|---|
static int |
CALL_BACK
The 'Call Back' literal value. |
static int |
HIGHLIGHT
The 'Highlight' literal value. |
static int |
INVOKE_SCRIPT
The 'Invoke Script' literal value. |
static int |
SHOW_TOOLTIP
The 'Show Tooltip' literal value. |
static int |
TOGGLE_DATA_POINT_VISIBILITY
The 'Toggle Data Point Visibility' literal value. |
static int |
TOGGLE_VISIBILITY
The 'Toggle Visibility' literal value. |
static int |
URL_REDIRECT
The 'URL Redirect' literal value. |
static java.util.List<ActionType> |
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. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static ActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public 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
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 java.util.List<ActionType> VALUES
Method Detail |
---|
public static ActionType[] values()
for (ActionType c : ActionType.values()) System.out.println(c);
public static ActionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static ActionType get(java.lang.String literal)
public static ActionType getByName(java.lang.String name)
public static ActionType get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ActionType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |