public enum DataObjectFontDescriptorCharRot extends Enum<DataObjectFontDescriptorCharRot> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST0
The 'Const0' literal object
|
CONST180
The 'Const180' literal object
|
CONST270
The 'Const270' literal object
|
CONST90
The 'Const90' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST0_VALUE
The 'Const0' literal value
|
static int |
CONST180_VALUE
The 'Const180' literal value
|
static int |
CONST270_VALUE
The 'Const270' literal value
|
static int |
CONST90_VALUE
The 'Const90' literal value
|
static List<DataObjectFontDescriptorCharRot> |
VALUES
A public read-only list of all the 'Data Object Font Descriptor Char Rot' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static DataObjectFontDescriptorCharRot |
get(int value)
Returns the 'Data Object Font Descriptor Char Rot' literal with the specified integer value
|
static DataObjectFontDescriptorCharRot |
get(String literal)
Returns the 'Data Object Font Descriptor Char Rot' literal with the specified literal value
|
static DataObjectFontDescriptorCharRot |
getByName(String name)
Returns the 'Data Object Font Descriptor Char Rot' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static DataObjectFontDescriptorCharRot |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataObjectFontDescriptorCharRot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataObjectFontDescriptorCharRot CONST0
CONST0_VALUEpublic static final DataObjectFontDescriptorCharRot CONST90
CONST90_VALUEpublic static final DataObjectFontDescriptorCharRot CONST180
CONST180_VALUEpublic static final DataObjectFontDescriptorCharRot CONST270
CONST270_VALUEpublic static final int CONST0_VALUE
If the meaning of 'Const0' literal object isn't clear, there really should be more of a description here...
CONST0,
Constant Field Valuespublic static final int CONST90_VALUE
If the meaning of 'Const90' literal object isn't clear, there really should be more of a description here...
CONST90,
Constant Field Valuespublic static final int CONST180_VALUE
If the meaning of 'Const180' literal object isn't clear, there really should be more of a description here...
CONST180,
Constant Field Valuespublic static final int CONST270_VALUE
If the meaning of 'Const270' literal object isn't clear, there really should be more of a description here...
CONST270,
Constant Field Valuespublic static final List<DataObjectFontDescriptorCharRot> VALUES
public static DataObjectFontDescriptorCharRot[] values()
for (DataObjectFontDescriptorCharRot c : DataObjectFontDescriptorCharRot.values()) System.out.println(c);
public static DataObjectFontDescriptorCharRot valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DataObjectFontDescriptorCharRot get(String literal)
literal - the literal.null.public static DataObjectFontDescriptorCharRot getByName(String name)
name - the name.null.public static DataObjectFontDescriptorCharRot get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<DataObjectFontDescriptorCharRot>Copyright © 2017. All rights reserved.