|
||||||||||
| 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.AngleType
public final class AngleType
A representation of the literals of the enumeration 'Angle Type', and utility methods for working with them. This type defines the angle type of an Angle3D
AttributePackage.getAngleType(),
Serialized Form| Field Summary | |
|---|---|
static int |
NONE
The 'None' literal value. |
static AngleType |
NONE_LITERAL
The 'None' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Angle Type' enumerators. |
static int |
X
The 'X' literal value. |
static AngleType |
X_LITERAL
The 'X' literal object. |
static int |
Y
The 'Y' literal value. |
static AngleType |
Y_LITERAL
The 'Y' literal object. |
static int |
Z
The 'Z' literal value. |
static AngleType |
Z_LITERAL
The 'Z' literal object. |
| Method Summary | |
|---|---|
static AngleType |
get(int value)
Returns the 'Angle Type' literal with the specified integer value. |
static AngleType |
get(java.lang.String literal)
Returns the 'Angle Type' literal with the specified literal value. |
static AngleType |
getByName(java.lang.String name)
Returns the 'Angle 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 NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL,
Constant Field Valuespublic static final int X
If the meaning of 'X' literal object isn't clear, there really should be more of a description here...
X_LITERAL,
Constant Field Valuespublic static final int Y
If the meaning of 'Y' literal object isn't clear, there really should be more of a description here...
Y_LITERAL,
Constant Field Valuespublic static final int Z
If the meaning of 'Z' literal object isn't clear, there really should be more of a description here...
Z_LITERAL,
Constant Field Valuespublic static final AngleType NONE_LITERAL
NONEpublic static final AngleType X_LITERAL
Xpublic static final AngleType Y_LITERAL
Ypublic static final AngleType Z_LITERAL
Zpublic static final java.util.List VALUES
| Method Detail |
|---|
public static AngleType get(java.lang.String literal)
public static AngleType getByName(java.lang.String name)
public static AngleType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||