|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.birt.chart.model.attribute.RiserType
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.
AttributePackage.getRiserType()
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 |
public static final int RECTANGLE
RECTANGLE_LITERAL
,
Constant Field Valuespublic static final int TRIANGLE
TRIANGLE_LITERAL
,
Constant Field Valuespublic static final int TUBE
If the meaning of 'Tube' literal object isn't clear, there really should be more of a description here...
TUBE_LITERAL
,
Constant Field Valuespublic static final int CONE
If the meaning of 'Cone' literal object isn't clear, there really should be more of a description here...
CONE_LITERAL
,
Constant Field Valuespublic static final RiserType RECTANGLE_LITERAL
If the meaning of 'Rectangle' literal object isn't clear, there really should be more of a description here...
RECTANGLE
public static final RiserType TRIANGLE_LITERAL
If the meaning of 'Triangle' literal object isn't clear, there really should be more of a description here...
TRIANGLE
public static final RiserType TUBE_LITERAL
TUBE
public static final RiserType CONE_LITERAL
CONE
public static final java.util.List VALUES
Method Detail |
public static RiserType get(java.lang.String literal)
public static RiserType getByName(java.lang.String name)
public static RiserType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |