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

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

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

A representation of the literals of the enumeration ' Riser Type', and utility methods for working with them. This type represents the possible values for risers supported for Bar Series.

See Also:
AttributePackage.getRiserType(), Serialized Form

Field Summary
static int CONE
          The 'Cone' literal value.
static RiserType CONE_LITERAL
          The 'Cone' literal object.
static int RECTANGLE
          The 'Rectangle' literal value.
static RiserType RECTANGLE_LITERAL
          The 'Rectangle' literal object.
static int TRIANGLE
          The 'Triangle' literal value.
static RiserType TRIANGLE_LITERAL
          The 'Triangle' literal object.
static int TUBE
          The 'Tube' literal value.
static RiserType TUBE_LITERAL
          The 'Tube' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Riser Type' enumerators.
 
Method Summary
static RiserType get(int value)
          Returns the 'Riser Type' literal with the specified integer value.
static RiserType get(java.lang.String literal)
          Returns the 'Riser Type' literal with the specified literal value.
static RiserType getByName(java.lang.String name)
          Returns the 'Riser 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

RECTANGLE

public static final int RECTANGLE
The 'Rectangle' literal value.

See Also:
RECTANGLE_LITERAL, Constant Field Values

TRIANGLE

public static final int TRIANGLE
The 'Triangle' literal value.

See Also:
TRIANGLE_LITERAL, Constant Field Values

TUBE

public static final int TUBE
The 'Tube' literal value.

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

See Also:
TUBE_LITERAL, Constant Field Values

CONE

public static final int CONE
The 'Cone' literal value.

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

See Also:
CONE_LITERAL, Constant Field Values

RECTANGLE_LITERAL

public static final RiserType RECTANGLE_LITERAL
The 'Rectangle' literal object.

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

See Also:
RECTANGLE

TRIANGLE_LITERAL

public static final RiserType TRIANGLE_LITERAL
The 'Triangle' literal object.

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

See Also:
TRIANGLE

TUBE_LITERAL

public static final RiserType TUBE_LITERAL
The 'Tube' literal object.

See Also:
TUBE

CONE_LITERAL

public static final RiserType CONE_LITERAL
The 'Cone' literal object.

See Also:
CONE

VALUES

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

Method Detail

get

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


getByName

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


get

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



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