public enum ActionType extends java.lang.Enum<ActionType> implements org.eclipse.emf.common.util.Enumerator
AttributePackage.getActionType()
Enum Constant and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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...
public static final java.util.List<ActionType> VALUES
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 namejava.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>
Copyright © 2005-2008 Actuate Corp. All rights reserved.