public enum BeginSegmentCommandLENGTH extends Enum<BeginSegmentCommandLENGTH> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_LENGTH0_C
The 'Const Length0 C' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_LENGTH0_C_VALUE
The 'Const Length0 C' literal value
|
static List<BeginSegmentCommandLENGTH> |
VALUES
A public read-only list of all the 'Begin Segment Command LENGTH' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static BeginSegmentCommandLENGTH |
get(int value)
Returns the 'Begin Segment Command LENGTH' literal with the specified integer value
|
static BeginSegmentCommandLENGTH |
get(String literal)
Returns the 'Begin Segment Command LENGTH' literal with the specified literal value
|
static BeginSegmentCommandLENGTH |
getByName(String name)
Returns the 'Begin Segment Command LENGTH' 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 BeginSegmentCommandLENGTH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeginSegmentCommandLENGTH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeginSegmentCommandLENGTH CONST_LENGTH0_C
CONST_LENGTH0_C_VALUEpublic static final int CONST_LENGTH0_C_VALUE
If the meaning of 'Const Length0 C' literal object isn't clear, there really should be more of a description here...
CONST_LENGTH0_C,
Constant Field Valuespublic static final List<BeginSegmentCommandLENGTH> VALUES
public static BeginSegmentCommandLENGTH[] values()
for (BeginSegmentCommandLENGTH c : BeginSegmentCommandLENGTH.values()) System.out.println(c);
public static BeginSegmentCommandLENGTH 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 BeginSegmentCommandLENGTH get(String literal)
literal - the literal.null.public static BeginSegmentCommandLENGTH getByName(String name)
name - the name.null.public static BeginSegmentCommandLENGTH 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<BeginSegmentCommandLENGTH>Copyright © 2017. All rights reserved.