|
|||||||||||
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.UnitsOfMeasurement
A representation of the literals of the enumeration ' Units Of Measurement', and utility methods for working with them. This type represents the possible values of Units of Measurement.
AttributePackage.getUnitsOfMeasurement()
Field Summary | |
static int |
CENTIMETERS
The 'Centimeters' literal value. |
static UnitsOfMeasurement |
CENTIMETERS_LITERAL
The 'Centimeters' literal object. |
static int |
INCHES
The 'Inches' literal value. |
static UnitsOfMeasurement |
INCHES_LITERAL
The 'Inches' literal object. |
static int |
PIXELS
The 'Pixels' literal value. |
static UnitsOfMeasurement |
PIXELS_LITERAL
The 'Pixels' literal object. |
static int |
POINTS
The 'Points' literal value. |
static UnitsOfMeasurement |
POINTS_LITERAL
The 'Points' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Units Of Measurement' enumerators. |
Method Summary | |
static UnitsOfMeasurement |
get(int value)
Returns the 'Units Of Measurement' literal with the specified integer value. |
static UnitsOfMeasurement |
get(java.lang.String literal)
Returns the 'Units Of Measurement' literal with the specified literal value. |
static UnitsOfMeasurement |
getByName(java.lang.String name)
Returns the 'Units Of Measurement' 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 PIXELS
PIXELS_LITERAL
,
Constant Field Valuespublic static final int POINTS
POINTS_LITERAL
,
Constant Field Valuespublic static final int INCHES
INCHES_LITERAL
,
Constant Field Valuespublic static final int CENTIMETERS
CENTIMETERS_LITERAL
,
Constant Field Valuespublic static final UnitsOfMeasurement PIXELS_LITERAL
If the meaning of 'Pixels' literal object isn't clear, there really should be more of a description here...
PIXELS
public static final UnitsOfMeasurement POINTS_LITERAL
If the meaning of 'Points' literal object isn't clear, there really should be more of a description here...
POINTS
public static final UnitsOfMeasurement INCHES_LITERAL
If the meaning of 'Inches' literal object isn't clear, there really should be more of a description here...
INCHES
public static final UnitsOfMeasurement CENTIMETERS_LITERAL
If the meaning of 'Centimeters' literal object isn't clear, there really should be more of a description here...
CENTIMETERS
public static final java.util.List VALUES
Method Detail |
public static UnitsOfMeasurement get(java.lang.String literal)
public static UnitsOfMeasurement getByName(java.lang.String name)
public static UnitsOfMeasurement get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |