public enum FinishingOperationRefEdge extends Enum<FinishingOperationRefEdge> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_BOTTOM_LEFT_CORNER_LEFT_EDGE
The 'Const Bottom Left Corner Left Edge' literal object
|
CONST_BOTTOM_RIGHT_CORNER_BOTTOM_EDGE
The 'Const Bottom Right Corner Bottom Edge' literal object
|
CONST_DEVICE_DEFAULT
The 'Const Device Default' literal object
|
CONST_TOP_LEFT_CORNER_TOP_EDGE
The 'Const Top Left Corner Top Edge' literal object
|
CONST_TOP_RIGHT_CORNER_RIGHT_EDGE
The 'Const Top Right Corner Right Edge' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BOTTOM_LEFT_CORNER_LEFT_EDGE_VALUE
The 'Const Bottom Left Corner Left Edge' literal value
|
static int |
CONST_BOTTOM_RIGHT_CORNER_BOTTOM_EDGE_VALUE
The 'Const Bottom Right Corner Bottom Edge' literal value
|
static int |
CONST_DEVICE_DEFAULT_VALUE
The 'Const Device Default' literal value
|
static int |
CONST_TOP_LEFT_CORNER_TOP_EDGE_VALUE
The 'Const Top Left Corner Top Edge' literal value
|
static int |
CONST_TOP_RIGHT_CORNER_RIGHT_EDGE_VALUE
The 'Const Top Right Corner Right Edge' literal value
|
static List<FinishingOperationRefEdge> |
VALUES
A public read-only list of all the 'Finishing Operation Ref Edge' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static FinishingOperationRefEdge |
get(int value)
Returns the 'Finishing Operation Ref Edge' literal with the specified integer value
|
static FinishingOperationRefEdge |
get(String literal)
Returns the 'Finishing Operation Ref Edge' literal with the specified literal value
|
static FinishingOperationRefEdge |
getByName(String name)
Returns the 'Finishing Operation Ref Edge' 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 FinishingOperationRefEdge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinishingOperationRefEdge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinishingOperationRefEdge CONST_BOTTOM_RIGHT_CORNER_BOTTOM_EDGE
public static final FinishingOperationRefEdge CONST_TOP_RIGHT_CORNER_RIGHT_EDGE
CONST_TOP_RIGHT_CORNER_RIGHT_EDGE_VALUEpublic static final FinishingOperationRefEdge CONST_TOP_LEFT_CORNER_TOP_EDGE
CONST_TOP_LEFT_CORNER_TOP_EDGE_VALUEpublic static final FinishingOperationRefEdge CONST_BOTTOM_LEFT_CORNER_LEFT_EDGE
CONST_BOTTOM_LEFT_CORNER_LEFT_EDGE_VALUEpublic static final FinishingOperationRefEdge CONST_DEVICE_DEFAULT
CONST_DEVICE_DEFAULT_VALUEpublic static final int CONST_BOTTOM_RIGHT_CORNER_BOTTOM_EDGE_VALUE
If the meaning of 'Const Bottom Right Corner Bottom Edge' literal object isn't clear, there really should be more of a description here...
public static final int CONST_TOP_RIGHT_CORNER_RIGHT_EDGE_VALUE
If the meaning of 'Const Top Right Corner Right Edge' literal object isn't clear, there really should be more of a description here...
public static final int CONST_TOP_LEFT_CORNER_TOP_EDGE_VALUE
If the meaning of 'Const Top Left Corner Top Edge' literal object isn't clear, there really should be more of a description here...
public static final int CONST_BOTTOM_LEFT_CORNER_LEFT_EDGE_VALUE
If the meaning of 'Const Bottom Left Corner Left Edge' literal object isn't clear, there really should be more of a description here...
public static final int CONST_DEVICE_DEFAULT_VALUE
If the meaning of 'Const Device Default' literal object isn't clear, there really should be more of a description here...
CONST_DEVICE_DEFAULT,
Constant Field Valuespublic static final List<FinishingOperationRefEdge> VALUES
public static FinishingOperationRefEdge[] values()
for (FinishingOperationRefEdge c : FinishingOperationRefEdge.values()) System.out.println(c);
public static FinishingOperationRefEdge 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 FinishingOperationRefEdge get(String literal)
literal - the literal.null.public static FinishingOperationRefEdge getByName(String name)
name - the name.null.public static FinishingOperationRefEdge 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<FinishingOperationRefEdge>Copyright © 2017. All rights reserved.