Enum ActionType
- All Implemented Interfaces:
Serializable
,Comparable<ActionType>
,java.lang.constant.Constable
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Call Back' literal object.The 'Highlight' literal object.The 'Invoke Script' literal object.The 'Show Tooltip' literal object.The 'Toggle Data Point Visibility' literal object.The 'Toggle Visibility' literal object.The 'URL Redirect' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Call Back' literal value.static final int
The 'Highlight' literal value.static final int
The 'Invoke Script' literal value.static final int
The 'Show Tooltip' literal value.static final int
The 'Toggle Data Point Visibility' literal value.static final int
The 'Toggle Visibility' literal value.static final int
The 'URL Redirect' literal value.static final List<ActionType>
A public read-only list of all the 'Action Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionType
get
(int value) Returns the 'Action Type' literal with the specified integer value.static ActionType
Returns the 'Action Type' literal with the specified literal value.static ActionType
Returns the 'Action Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static ActionType
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, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
URL_REDIRECT_LITERAL
The 'URL Redirect' literal object.If the meaning of 'URL Redirect' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SHOW_TOOLTIP_LITERAL
The 'Show Tooltip' literal object.If the meaning of 'Show Tooltip' literal object isn't clear, there really should be more of a description here...
- See Also:
-
TOGGLE_VISIBILITY_LITERAL
The 'Toggle Visibility' literal object.If the meaning of 'Toggle Visibility' literal object isn't clear, there really should be more of a description here...
- See Also:
-
INVOKE_SCRIPT_LITERAL
The 'Invoke Script' literal object.If the meaning of 'Invoke Script' literal object isn't clear, there really should be more of a description here...
- See Also:
-
HIGHLIGHT_LITERAL
The 'Highlight' literal object.- See Also:
-
CALL_BACK_LITERAL
The 'Call Back' literal object.- See Also:
-
TOGGLE_DATA_POINT_VISIBILITY_LITERAL
The 'Toggle Data Point Visibility' literal object.- See Also:
-
-
Field Details
-
URL_REDIRECT
public static final int URL_REDIRECTThe 'URL Redirect' literal value.- See Also:
-
SHOW_TOOLTIP
public static final int SHOW_TOOLTIPThe 'Show Tooltip' literal value.- See Also:
-
TOGGLE_VISIBILITY
public static final int TOGGLE_VISIBILITYThe 'Toggle Visibility' literal value. -
INVOKE_SCRIPT
public static final int INVOKE_SCRIPTThe 'Invoke Script' literal value.- See Also:
-
HIGHLIGHT
public static final int HIGHLIGHTThe 'Highlight' literal value.If the meaning of 'Highlight' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CALL_BACK
public static final int CALL_BACKThe 'Call Back' literal value.If the meaning of 'Call Back' literal object isn't clear, there really should be more of a description here...
- See Also:
-
TOGGLE_DATA_POINT_VISIBILITY
public static final int TOGGLE_DATA_POINT_VISIBILITYThe 'Toggle Data Point Visibility' literal value.If the meaning of 'Toggle Data Point Visibility' literal object isn't clear, there really should be more of a description here...
-
VALUES
A public read-only list of all the 'Action Type' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Action Type' literal with the specified literal value. -
getByName
Returns the 'Action Type' literal with the specified name. -
get
Returns the 'Action Type' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<ActionType>
-