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

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

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

A representation of the literals of the enumeration 'Legend Behavior Type', and utility methods for working with them. This type defines the allowed values for Legend behaviors.

See Also:
AttributePackage.getLegendBehaviorType()

Field Summary
static int HIGHLIGHT_SERIE
          The 'Highlight Serie' literal value.
static LegendBehaviorType HIGHLIGHT_SERIE_LITERAL
          The 'Highlight Serie' literal object.
static int NONE
          The 'None' literal value.
static LegendBehaviorType NONE_LITERAL
          The 'None' literal object.
static int TOGGLE_SERIE_VISIBILITY
          The 'Toggle Serie Visibility' literal value.
static LegendBehaviorType TOGGLE_SERIE_VISIBILITY_LITERAL
          The 'Toggle Serie Visibility' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Legend Behavior Type' enumerators.
 
Method Summary
static LegendBehaviorType get(int value)
          Returns the 'Legend Behavior Type' literal with the specified integer value.
static LegendBehaviorType get(java.lang.String literal)
          Returns the 'Legend Behavior Type' literal with the specified literal value.
static LegendBehaviorType getByName(java.lang.String name)
          Returns the 'Legend Behavior 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

NONE

public static final int NONE
The 'None' literal value.

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

See Also:
NONE_LITERAL, Constant Field Values

TOGGLE_SERIE_VISIBILITY

public static final int TOGGLE_SERIE_VISIBILITY
The 'Toggle Serie Visibility' literal value.

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

See Also:
TOGGLE_SERIE_VISIBILITY_LITERAL, Constant Field Values

HIGHLIGHT_SERIE

public static final int HIGHLIGHT_SERIE
The 'Highlight Serie' literal value.

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

See Also:
HIGHLIGHT_SERIE_LITERAL, Constant Field Values

NONE_LITERAL

public static final LegendBehaviorType NONE_LITERAL
The 'None' literal object.

See Also:
NONE

TOGGLE_SERIE_VISIBILITY_LITERAL

public static final LegendBehaviorType TOGGLE_SERIE_VISIBILITY_LITERAL
The 'Toggle Serie Visibility' literal object.

See Also:
TOGGLE_SERIE_VISIBILITY

HIGHLIGHT_SERIE_LITERAL

public static final LegendBehaviorType HIGHLIGHT_SERIE_LITERAL
The 'Highlight Serie' literal object.

See Also:
HIGHLIGHT_SERIE

VALUES

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

Method Detail

get

public static LegendBehaviorType get(java.lang.String literal)
Returns the 'Legend Behavior Type' literal with the specified literal value.


getByName

public static LegendBehaviorType getByName(java.lang.String name)
Returns the 'Legend Behavior Type' literal with the specified name.


get

public static LegendBehaviorType get(int value)
Returns the 'Legend Behavior Type' literal with the specified integer value.



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