public enum LineDataObjectPositionMigrationTempOrient extends Enum<LineDataObjectPositionMigrationTempOrient> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST0DEGREE
The 'Const0degree' literal object
|
CONST180DEGREE
The 'Const180degree' literal object
|
CONST270DEGREE
The 'Const270degree' literal object
|
CONST90DEGREE
The 'Const90degree' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST0DEGREE_VALUE
The 'Const0degree' literal value
|
static int |
CONST180DEGREE_VALUE
The 'Const180degree' literal value
|
static int |
CONST270DEGREE_VALUE
The 'Const270degree' literal value
|
static int |
CONST90DEGREE_VALUE
The 'Const90degree' literal value
|
static List<LineDataObjectPositionMigrationTempOrient> |
VALUES
A public read-only list of all the 'Line Data Object Position Migration Temp Orient' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static LineDataObjectPositionMigrationTempOrient |
get(int value)
Returns the 'Line Data Object Position Migration Temp Orient' literal with the specified integer value
|
static LineDataObjectPositionMigrationTempOrient |
get(String literal)
Returns the 'Line Data Object Position Migration Temp Orient' literal with the specified literal value
|
static LineDataObjectPositionMigrationTempOrient |
getByName(String name)
Returns the 'Line Data Object Position Migration Temp Orient' 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 LineDataObjectPositionMigrationTempOrient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineDataObjectPositionMigrationTempOrient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineDataObjectPositionMigrationTempOrient CONST0DEGREE
CONST0DEGREE_VALUEpublic static final LineDataObjectPositionMigrationTempOrient CONST270DEGREE
CONST270DEGREE_VALUEpublic static final LineDataObjectPositionMigrationTempOrient CONST180DEGREE
CONST180DEGREE_VALUEpublic static final LineDataObjectPositionMigrationTempOrient CONST90DEGREE
CONST90DEGREE_VALUEpublic static final int CONST0DEGREE_VALUE
If the meaning of 'Const0degree' literal object isn't clear, there really should be more of a description here...
CONST0DEGREE,
Constant Field Valuespublic static final int CONST270DEGREE_VALUE
If the meaning of 'Const270degree' literal object isn't clear, there really should be more of a description here...
CONST270DEGREE,
Constant Field Valuespublic static final int CONST180DEGREE_VALUE
If the meaning of 'Const180degree' literal object isn't clear, there really should be more of a description here...
CONST180DEGREE,
Constant Field Valuespublic static final int CONST90DEGREE_VALUE
If the meaning of 'Const90degree' literal object isn't clear, there really should be more of a description here...
CONST90DEGREE,
Constant Field Valuespublic static final List<LineDataObjectPositionMigrationTempOrient> VALUES
public static LineDataObjectPositionMigrationTempOrient[] values()
for (LineDataObjectPositionMigrationTempOrient c : LineDataObjectPositionMigrationTempOrient.values()) System.out.println(c);
public static LineDataObjectPositionMigrationTempOrient 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 LineDataObjectPositionMigrationTempOrient get(String literal)
literal - the literal.null.public static LineDataObjectPositionMigrationTempOrient getByName(String name)
name - the name.null.public static LineDataObjectPositionMigrationTempOrient 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<LineDataObjectPositionMigrationTempOrient>Copyright © 2017. All rights reserved.