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

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

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

A representation of the literals of the enumeration ' Chart Dimension', and utility methods for working with them. This type defines the allowed values for Chart dimensions. Any new Chart dimension type needs to be added here to be supported.

See Also:
AttributePackage.getChartDimension(), Serialized Form

Field Summary
static int THREE_DIMENSIONAL
          The 'Three Dimensional' literal value.
static ChartDimension THREE_DIMENSIONAL_LITERAL
          The 'Three Dimensional' literal object.
static int TWO_DIMENSIONAL
          The 'Two Dimensional' literal value.
static ChartDimension TWO_DIMENSIONAL_LITERAL
          The 'Two Dimensional' literal object.
static int TWO_DIMENSIONAL_WITH_DEPTH
          The 'Two Dimensional With Depth' literal value.
static ChartDimension TWO_DIMENSIONAL_WITH_DEPTH_LITERAL
          The 'Two Dimensional With Depth' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Chart Dimension' enumerators.
 
Method Summary
static ChartDimension get(int value)
          Returns the 'Chart Dimension' literal with the specified integer value.
static ChartDimension get(java.lang.String literal)
          Returns the 'Chart Dimension' literal with the specified literal value.
static ChartDimension getByName(java.lang.String name)
          Returns the 'Chart Dimension' 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

TWO_DIMENSIONAL

public static final int TWO_DIMENSIONAL
The 'Two Dimensional' literal value.

See Also:
TWO_DIMENSIONAL_LITERAL, Constant Field Values

TWO_DIMENSIONAL_WITH_DEPTH

public static final int TWO_DIMENSIONAL_WITH_DEPTH
The 'Two Dimensional With Depth' literal value.

See Also:
TWO_DIMENSIONAL_WITH_DEPTH_LITERAL, Constant Field Values

THREE_DIMENSIONAL

public static final int THREE_DIMENSIONAL
The 'Three Dimensional' literal value.

See Also:
THREE_DIMENSIONAL_LITERAL, Constant Field Values

TWO_DIMENSIONAL_LITERAL

public static final ChartDimension TWO_DIMENSIONAL_LITERAL
The 'Two Dimensional' literal object.

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

See Also:
TWO_DIMENSIONAL

TWO_DIMENSIONAL_WITH_DEPTH_LITERAL

public static final ChartDimension TWO_DIMENSIONAL_WITH_DEPTH_LITERAL
The 'Two Dimensional With Depth' literal object.

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

See Also:
TWO_DIMENSIONAL_WITH_DEPTH

THREE_DIMENSIONAL_LITERAL

public static final ChartDimension THREE_DIMENSIONAL_LITERAL
The 'Three Dimensional' literal object.

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

See Also:
THREE_DIMENSIONAL

VALUES

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

Method Detail

get

public static ChartDimension get(java.lang.String literal)
Returns the 'Chart Dimension' literal with the specified literal value.


getByName

public static ChartDimension getByName(java.lang.String name)
Returns the 'Chart Dimension' literal with the specified name.


get

public static ChartDimension get(int value)
Returns the 'Chart Dimension' literal with the specified integer value.



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