public enum BeginOptionType extends java.lang.Enum<BeginOptionType> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getBeginOptionType()| Enum Constant and Description |
|---|
CHARGRAPHIC
The 'CHARGRAPHIC' literal object.
|
INLINE
The 'INLINE' literal object.
|
NOCHARGRAPHIC
The 'NOCHARGRAPHIC' literal object.
|
NOINLINE
The 'NOINLINE' literal object.
|
ORDER
The 'ORDER' literal object.
|
REORDER
The 'REORDER' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CHARGRAPHIC_VALUE
The 'CHARGRAPHIC' literal value.
|
static java.lang.String |
copyright |
static int |
INLINE_VALUE
The 'INLINE' literal value.
|
static int |
NOCHARGRAPHIC_VALUE
The 'NOCHARGRAPHIC' literal value.
|
static int |
NOINLINE_VALUE
The 'NOINLINE' literal value.
|
static int |
ORDER_VALUE
The 'ORDER' literal value.
|
static int |
REORDER_VALUE
The 'REORDER' literal value.
|
static java.util.List<BeginOptionType> |
VALUES
A public read-only list of all the 'Begin Option Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BeginOptionType |
get(int value)
Returns the 'Begin Option Type' literal with the specified integer value.
|
static BeginOptionType |
get(java.lang.String literal)
Returns the 'Begin Option Type' literal with the specified literal value.
|
static BeginOptionType |
getByName(java.lang.String name)
Returns the 'Begin Option Type' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static BeginOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeginOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeginOptionType ORDER
ORDER_VALUEpublic static final BeginOptionType REORDER
REORDER_VALUEpublic static final BeginOptionType NOCHARGRAPHIC
NOCHARGRAPHIC_VALUEpublic static final BeginOptionType CHARGRAPHIC
CHARGRAPHIC_VALUEpublic static final BeginOptionType NOINLINE
NOINLINE_VALUEpublic static final BeginOptionType INLINE
INLINE_VALUEpublic static final java.lang.String copyright
public static final int ORDER_VALUE
If the meaning of 'ORDER' literal object isn't clear, there really should be more of a description here...
ORDER,
Constant Field Valuespublic static final int REORDER_VALUE
If the meaning of 'REORDER' literal object isn't clear, there really should be more of a description here...
REORDER,
Constant Field Valuespublic static final int NOCHARGRAPHIC_VALUE
If the meaning of 'NOCHARGRAPHIC' literal object isn't clear, there really should be more of a description here...
NOCHARGRAPHIC,
Constant Field Valuespublic static final int CHARGRAPHIC_VALUE
If the meaning of 'CHARGRAPHIC' literal object isn't clear, there really should be more of a description here...
CHARGRAPHIC,
Constant Field Valuespublic static final int NOINLINE_VALUE
If the meaning of 'NOINLINE' literal object isn't clear, there really should be more of a description here...
NOINLINE,
Constant Field Valuespublic static final int INLINE_VALUE
If the meaning of 'INLINE' literal object isn't clear, there really should be more of a description here...
INLINE,
Constant Field Valuespublic static final java.util.List<BeginOptionType> VALUES
public static BeginOptionType[] values()
for (BeginOptionType c : BeginOptionType.values()) System.out.println(c);
public static BeginOptionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static BeginOptionType get(java.lang.String literal)
public static BeginOptionType getByName(java.lang.String name)
public static BeginOptionType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<BeginOptionType>