|
|||||||||||
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.ChartDimension
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.
AttributePackage.getChartDimension()
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 |
public static final int TWO_DIMENSIONAL
TWO_DIMENSIONAL_LITERAL
,
Constant Field Valuespublic static final int TWO_DIMENSIONAL_WITH_DEPTH
TWO_DIMENSIONAL_WITH_DEPTH_LITERAL
,
Constant Field Valuespublic static final int THREE_DIMENSIONAL
THREE_DIMENSIONAL_LITERAL
,
Constant Field Valuespublic static final ChartDimension TWO_DIMENSIONAL_LITERAL
If the meaning of 'Two Dimensional' literal object isn't clear, there really should be more of a description here...
TWO_DIMENSIONAL
public static final ChartDimension TWO_DIMENSIONAL_WITH_DEPTH_LITERAL
If the meaning of 'Two Dimensional With Depth' literal object isn't clear, there really should be more of a description here...
TWO_DIMENSIONAL_WITH_DEPTH
public static final ChartDimension THREE_DIMENSIONAL_LITERAL
If the meaning of 'Three Dimensional' literal object isn't clear, there really should be more of a description here...
THREE_DIMENSIONAL
public static final java.util.List VALUES
Method Detail |
public static ChartDimension get(java.lang.String literal)
public static ChartDimension getByName(java.lang.String name)
public static ChartDimension get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |