public enum PackageOptionType extends java.lang.Enum<PackageOptionType> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getPackageOptionType()| Enum Constant and Description |
|---|
CHARGRAPHIC
The 'CHARGRAPHIC' literal object.
|
NOCHARGRAPHIC
The 'NOCHARGRAPHIC' literal object.
|
ORDER
The 'ORDER' literal object.
|
REENTRANT
The 'REENTRANT' 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 |
NOCHARGRAPHIC_VALUE
The 'NOCHARGRAPHIC' literal value.
|
static int |
ORDER_VALUE
The 'ORDER' literal value.
|
static int |
REENTRANT_VALUE
The 'REENTRANT' literal value.
|
static int |
REORDER_VALUE
The 'REORDER' literal value.
|
static java.util.List<PackageOptionType> |
VALUES
A public read-only list of all the 'Package Option Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PackageOptionType |
get(int value)
Returns the 'Package Option Type' literal with the specified integer value.
|
static PackageOptionType |
get(java.lang.String literal)
Returns the 'Package Option Type' literal with the specified literal value.
|
static PackageOptionType |
getByName(java.lang.String name)
Returns the 'Package 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 PackageOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PackageOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PackageOptionType NOCHARGRAPHIC
NOCHARGRAPHIC_VALUEpublic static final PackageOptionType CHARGRAPHIC
CHARGRAPHIC_VALUEpublic static final PackageOptionType ORDER
ORDER_VALUEpublic static final PackageOptionType REORDER
REORDER_VALUEpublic static final PackageOptionType REENTRANT
REENTRANT_VALUEpublic static final java.lang.String copyright
public 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 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 REENTRANT_VALUE
If the meaning of 'REENTRANT' literal object isn't clear, there really should be more of a description here...
REENTRANT,
Constant Field Valuespublic static final java.util.List<PackageOptionType> VALUES
public static PackageOptionType[] values()
for (PackageOptionType c : PackageOptionType.values()) System.out.println(c);
public static PackageOptionType 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 PackageOptionType get(java.lang.String literal)
public static PackageOptionType getByName(java.lang.String name)
public static PackageOptionType 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<PackageOptionType>