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

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

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

A representation of the literals of the enumeration ' Legend Item Type', and utility methods for working with them. This type represents the possible values for the legend item type.

See Also:
AttributePackage.getLegendItemType(), Serialized Form

Field Summary
static int CATEGORIES
          The 'Categories' literal value.
static LegendItemType CATEGORIES_LITERAL
          The 'Categories' literal object.
static int SERIES
          The 'Series' literal value.
static LegendItemType SERIES_LITERAL
          The 'Series' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Legend Item Type' enumerators.
 
Method Summary
static LegendItemType get(int value)
          Returns the 'Legend Item Type' literal with the specified integer value.
static LegendItemType get(java.lang.String literal)
          Returns the 'Legend Item Type' literal with the specified literal value.
static LegendItemType getByName(java.lang.String name)
          Returns the 'Legend Item 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

SERIES

public static final int SERIES
The 'Series' literal value.

See Also:
SERIES_LITERAL, Constant Field Values

CATEGORIES

public static final int CATEGORIES
The 'Categories' literal value.

See Also:
CATEGORIES_LITERAL, Constant Field Values

SERIES_LITERAL

public static final LegendItemType SERIES_LITERAL
The 'Series' literal object.

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

See Also:
SERIES

CATEGORIES_LITERAL

public static final LegendItemType CATEGORIES_LITERAL
The 'Categories' literal object.

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

See Also:
CATEGORIES

VALUES

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

Method Detail

get

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


getByName

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


get

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



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