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

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.birt.chart.model.attribute.TriggerFlow
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Trigger Flow', and utility methods for working with them. The TriggerFlow defines whether it reacts to the capturing or bubbling sequence Capture: the trigger��s action will be triggered in the capturing phase Bubble (default): the trigger��s action will be triggered in the bubbling phase BubbleAndStop: the trigger��s action will be triggered in the bubbling phase, and will stop the bubbling flow.

See Also:
AttributePackage.getTriggerFlow()

Field Summary
static int BUBBLE
          The 'Bubble' literal value.
static int BUBBLE_AND_STOP
          The 'Bubble And Stop' literal value.
static TriggerFlow BUBBLE_AND_STOP_LITERAL
          The 'Bubble And Stop' literal object.
static TriggerFlow BUBBLE_LITERAL
          The 'Bubble' literal object.
static int CAPTURE
          The 'Capture' literal value.
static TriggerFlow CAPTURE_LITERAL
          The 'Capture' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Trigger Flow' enumerators.
 
Method Summary
static TriggerFlow get(int value)
          Returns the 'Trigger Flow' literal with the specified integer value.
static TriggerFlow get(java.lang.String literal)
          Returns the 'Trigger Flow' literal with the specified literal value.
static TriggerFlow getByName(java.lang.String name)
          Returns the 'Trigger Flow' 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

CAPTURE

public static final int CAPTURE
The 'Capture' literal value.

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

See Also:
CAPTURE_LITERAL, Constant Field Values

BUBBLE

public static final int BUBBLE
The 'Bubble' literal value.

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

See Also:
BUBBLE_LITERAL, Constant Field Values

BUBBLE_AND_STOP

public static final int BUBBLE_AND_STOP
The 'Bubble And Stop' literal value.

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

See Also:
BUBBLE_AND_STOP_LITERAL, Constant Field Values

CAPTURE_LITERAL

public static final TriggerFlow CAPTURE_LITERAL
The 'Capture' literal object.

See Also:
CAPTURE

BUBBLE_LITERAL

public static final TriggerFlow BUBBLE_LITERAL
The 'Bubble' literal object.

See Also:
BUBBLE

BUBBLE_AND_STOP_LITERAL

public static final TriggerFlow BUBBLE_AND_STOP_LITERAL
The 'Bubble And Stop' literal object.

See Also:
BUBBLE_AND_STOP

VALUES

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

Method Detail

get

public static TriggerFlow get(java.lang.String literal)
Returns the 'Trigger Flow' literal with the specified literal value.


getByName

public static TriggerFlow getByName(java.lang.String name)
Returns the 'Trigger Flow' literal with the specified name.


get

public static TriggerFlow get(int value)
Returns the 'Trigger Flow' literal with the specified integer value.



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