org.eclipse.birt.chart.model.attribute
Class ActionType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.birt.chart.model.attribute.ActionType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class ActionType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
AttributePackage.getActionType(), Serialized Form

Field 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

URL_REDIRECT

public static final int URL_REDIRECT
The 'URL Redirect' literal value.

See Also:
URL_REDIRECT_LITERAL, Constant Field Values

SHOW_TOOLTIP

public static final int SHOW_TOOLTIP
The 'Show Tooltip' literal value.

See Also:
SHOW_TOOLTIP_LITERAL, Constant Field Values

TOGGLE_VISIBILITY

public static final int TOGGLE_VISIBILITY
The 'Toggle Visibility' literal value.

See Also:
TOGGLE_VISIBILITY_LITERAL, Constant Field Values

INVOKE_SCRIPT

public static final int INVOKE_SCRIPT
The 'Invoke Script' literal value.

See Also:
INVOKE_SCRIPT_LITERAL, Constant Field Values

HIGHLIGHT

public static final int HIGHLIGHT
The 'Highlight' literal value.

If the meaning of 'Highlight' literal object isn't clear, there really should be more of a description here...

See Also:
HIGHLIGHT_LITERAL, Constant Field Values

CALL_BACK

public static final int CALL_BACK
The '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:
CALL_BACK_LITERAL, Constant Field Values

TOGGLE_DATA_POINT_VISIBILITY

public static final int TOGGLE_DATA_POINT_VISIBILITY
The '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...

See Also:
TOGGLE_DATA_POINT_VISIBILITY_LITERAL, Constant Field Values

URL_REDIRECT_LITERAL

public static final ActionType 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:
URL_REDIRECT

SHOW_TOOLTIP_LITERAL

public static final ActionType 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:
SHOW_TOOLTIP

TOGGLE_VISIBILITY_LITERAL

public static final ActionType 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:
TOGGLE_VISIBILITY

INVOKE_SCRIPT_LITERAL

public static final ActionType 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:
INVOKE_SCRIPT

HIGHLIGHT_LITERAL

public static final ActionType HIGHLIGHT_LITERAL
The 'Highlight' literal object.

See Also:
HIGHLIGHT

CALL_BACK_LITERAL

public static final ActionType CALL_BACK_LITERAL
The 'Call Back' literal object.

See Also:
CALL_BACK

TOGGLE_DATA_POINT_VISIBILITY_LITERAL

public static final ActionType TOGGLE_DATA_POINT_VISIBILITY_LITERAL
The 'Toggle Data Point Visibility' literal object.

See Also:
TOGGLE_DATA_POINT_VISIBILITY

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Action Type' enumerators.

Method Detail

get

public static ActionType get(java.lang.String literal)
Returns the 'Action Type' literal with the specified literal value.


getByName

public static ActionType getByName(java.lang.String name)
Returns the 'Action Type' literal with the specified name.


get

public static ActionType get(int value)
Returns the 'Action Type' literal with the specified integer value.



Copyright © 2005-2008 Actuate Corp. All rights reserved.