public enum BeginSegmentCommandFLAG2 extends Enum<BeginSegmentCommandFLAG2> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CHAINED
The 'Chained' literal object
|
NEW_SEGMENT1
The 'New Segment1' literal object
|
NEW_SEGMENT2
The 'New Segment2' literal object
|
PROLOG
The 'Prolog' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAINED_VALUE
The 'Chained' literal value
|
static int |
NEW_SEGMENT1_VALUE
The 'New Segment1' literal value
|
static int |
NEW_SEGMENT2_VALUE
The 'New Segment2' literal value
|
static int |
PROLOG_VALUE
The 'Prolog' literal value
|
static List<BeginSegmentCommandFLAG2> |
VALUES
A public read-only list of all the 'Begin Segment Command FLAG2' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static BeginSegmentCommandFLAG2 |
get(int value)
Returns the 'Begin Segment Command FLAG2' literal with the specified integer value
|
static BeginSegmentCommandFLAG2 |
get(String literal)
Returns the 'Begin Segment Command FLAG2' literal with the specified literal value
|
static BeginSegmentCommandFLAG2 |
getByName(String name)
Returns the 'Begin Segment Command FLAG2' 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 BeginSegmentCommandFLAG2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeginSegmentCommandFLAG2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeginSegmentCommandFLAG2 CHAINED
CHAINED_VALUEpublic static final BeginSegmentCommandFLAG2 PROLOG
PROLOG_VALUEpublic static final BeginSegmentCommandFLAG2 NEW_SEGMENT1
NEW_SEGMENT1_VALUEpublic static final BeginSegmentCommandFLAG2 NEW_SEGMENT2
NEW_SEGMENT2_VALUEpublic static final int CHAINED_VALUE
If the meaning of 'Chained' literal object isn't clear, there really should be more of a description here...
CHAINED,
Constant Field Valuespublic static final int PROLOG_VALUE
If the meaning of 'Prolog' literal object isn't clear, there really should be more of a description here...
PROLOG,
Constant Field Valuespublic static final int NEW_SEGMENT1_VALUE
If the meaning of 'New Segment1' literal object isn't clear, there really should be more of a description here...
NEW_SEGMENT1,
Constant Field Valuespublic static final int NEW_SEGMENT2_VALUE
If the meaning of 'New Segment2' literal object isn't clear, there really should be more of a description here...
NEW_SEGMENT2,
Constant Field Valuespublic static final List<BeginSegmentCommandFLAG2> VALUES
public static BeginSegmentCommandFLAG2[] values()
for (BeginSegmentCommandFLAG2 c : BeginSegmentCommandFLAG2.values()) System.out.println(c);
public static BeginSegmentCommandFLAG2 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 BeginSegmentCommandFLAG2 get(String literal)
literal - the literal.null.public static BeginSegmentCommandFLAG2 getByName(String name)
name - the name.null.public static BeginSegmentCommandFLAG2 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<BeginSegmentCommandFLAG2>Copyright © 2017. All rights reserved.