public enum EntryOptionType extends java.lang.Enum<EntryOptionType> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getEntryOptionType()| Enum Constant and Description |
|---|
ASSEMBLER
The 'ASSEMBLER' literal object.
|
BYADDR
The 'BYADDR' literal object.
|
BYVALUE
The 'BYVALUE' literal object.
|
COBOL
The 'COBOL' literal object.
|
DESCRIPTOR
The 'DESCRIPTOR' literal object.
|
DLLINTERNAL
The 'DLLINTERNAL' literal object.
|
FETCHABLE
The 'FETCHABLE' literal object.
|
FORTRAN
The 'FORTRAN' literal object.
|
IRREDUCIBLE
The 'IRREDUCIBLE' literal object.
|
LINKAGE
The 'LINKAGE' literal object.
|
NODESCRIPTOR
The 'NODESCRIPTOR' literal object.
|
NOMAP
The 'NOMAP' literal object.
|
NOMAPIN
The 'NOMAPIN' literal object.
|
NOMAPOUT
The 'NOMAPOUT' literal object.
|
REDUCIBLE
The 'REDUCIBLE' literal object.
|
REENTRANT
The 'REENTRANT' literal object.
|
RETCODE
The 'RETCODE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSEMBLER_VALUE
The 'ASSEMBLER' literal value.
|
static int |
BYADDR_VALUE
The 'BYADDR' literal value.
|
static int |
BYVALUE_VALUE
The 'BYVALUE' literal value.
|
static int |
COBOL_VALUE
The 'COBOL' literal value.
|
static java.lang.String |
copyright |
static int |
DESCRIPTOR_VALUE
The 'DESCRIPTOR' literal value.
|
static int |
DLLINTERNAL_VALUE
The 'DLLINTERNAL' literal value.
|
static int |
FETCHABLE_VALUE
The 'FETCHABLE' literal value.
|
static int |
FORTRAN_VALUE
The 'FORTRAN' literal value.
|
static int |
IRREDUCIBLE_VALUE
The 'IRREDUCIBLE' literal value.
|
static int |
LINKAGE_VALUE
The 'LINKAGE' literal value.
|
static int |
NODESCRIPTOR_VALUE
The 'NODESCRIPTOR' literal value.
|
static int |
NOMAP_VALUE
The 'NOMAP' literal value.
|
static int |
NOMAPIN_VALUE
The 'NOMAPIN' literal value.
|
static int |
NOMAPOUT_VALUE
The 'NOMAPOUT' literal value.
|
static int |
REDUCIBLE_VALUE
The 'REDUCIBLE' literal value.
|
static int |
REENTRANT_VALUE
The 'REENTRANT' literal value.
|
static int |
RETCODE_VALUE
The 'RETCODE' literal value.
|
static java.util.List<EntryOptionType> |
VALUES
A public read-only list of all the 'Entry Option Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryOptionType |
get(int value)
Returns the 'Entry Option Type' literal with the specified integer value.
|
static EntryOptionType |
get(java.lang.String literal)
Returns the 'Entry Option Type' literal with the specified literal value.
|
static EntryOptionType |
getByName(java.lang.String name)
Returns the 'Entry 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 EntryOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntryOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryOptionType ASSEMBLER
ASSEMBLER_VALUEpublic static final EntryOptionType COBOL
COBOL_VALUEpublic static final EntryOptionType FORTRAN
FORTRAN_VALUEpublic static final EntryOptionType RETCODE
RETCODE_VALUEpublic static final EntryOptionType BYADDR
BYADDR_VALUEpublic static final EntryOptionType BYVALUE
BYVALUE_VALUEpublic static final EntryOptionType DESCRIPTOR
DESCRIPTOR_VALUEpublic static final EntryOptionType NODESCRIPTOR
NODESCRIPTOR_VALUEpublic static final EntryOptionType LINKAGE
LINKAGE_VALUEpublic static final EntryOptionType IRREDUCIBLE
IRREDUCIBLE_VALUEpublic static final EntryOptionType REDUCIBLE
REDUCIBLE_VALUEpublic static final EntryOptionType NOMAP
NOMAP_VALUEpublic static final EntryOptionType NOMAPIN
NOMAPIN_VALUEpublic static final EntryOptionType NOMAPOUT
NOMAPOUT_VALUEpublic static final EntryOptionType REENTRANT
REENTRANT_VALUEpublic static final EntryOptionType FETCHABLE
FETCHABLE_VALUEpublic static final EntryOptionType DLLINTERNAL
DLLINTERNAL_VALUEpublic static final java.lang.String copyright
public static final int ASSEMBLER_VALUE
If the meaning of 'ASSEMBLER' literal object isn't clear, there really should be more of a description here...
ASSEMBLER,
Constant Field Valuespublic static final int COBOL_VALUE
If the meaning of 'COBOL' literal object isn't clear, there really should be more of a description here...
COBOL,
Constant Field Valuespublic static final int FORTRAN_VALUE
If the meaning of 'FORTRAN' literal object isn't clear, there really should be more of a description here...
FORTRAN,
Constant Field Valuespublic static final int RETCODE_VALUE
If the meaning of 'RETCODE' literal object isn't clear, there really should be more of a description here...
RETCODE,
Constant Field Valuespublic static final int BYADDR_VALUE
If the meaning of 'BYADDR' literal object isn't clear, there really should be more of a description here...
BYADDR,
Constant Field Valuespublic static final int BYVALUE_VALUE
If the meaning of 'BYVALUE' literal object isn't clear, there really should be more of a description here...
BYVALUE,
Constant Field Valuespublic static final int DESCRIPTOR_VALUE
If the meaning of 'DESCRIPTOR' literal object isn't clear, there really should be more of a description here...
DESCRIPTOR,
Constant Field Valuespublic static final int NODESCRIPTOR_VALUE
If the meaning of 'NODESCRIPTOR' literal object isn't clear, there really should be more of a description here...
NODESCRIPTOR,
Constant Field Valuespublic static final int LINKAGE_VALUE
If the meaning of 'LINKAGE' literal object isn't clear, there really should be more of a description here...
LINKAGE,
Constant Field Valuespublic static final int IRREDUCIBLE_VALUE
If the meaning of 'IRREDUCIBLE' literal object isn't clear, there really should be more of a description here...
IRREDUCIBLE,
Constant Field Valuespublic static final int REDUCIBLE_VALUE
If the meaning of 'REDUCIBLE' literal object isn't clear, there really should be more of a description here...
REDUCIBLE,
Constant Field Valuespublic static final int NOMAP_VALUE
If the meaning of 'NOMAP' literal object isn't clear, there really should be more of a description here...
NOMAP,
Constant Field Valuespublic static final int NOMAPIN_VALUE
If the meaning of 'NOMAPIN' literal object isn't clear, there really should be more of a description here...
NOMAPIN,
Constant Field Valuespublic static final int NOMAPOUT_VALUE
If the meaning of 'NOMAPOUT' literal object isn't clear, there really should be more of a description here...
NOMAPOUT,
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 int FETCHABLE_VALUE
If the meaning of 'FETCHABLE' literal object isn't clear, there really should be more of a description here...
FETCHABLE,
Constant Field Valuespublic static final int DLLINTERNAL_VALUE
If the meaning of 'DLLINTERNAL' literal object isn't clear, there really should be more of a description here...
DLLINTERNAL,
Constant Field Valuespublic static final java.util.List<EntryOptionType> VALUES
public static EntryOptionType[] values()
for (EntryOptionType c : EntryOptionType.values()) System.out.println(c);
public static EntryOptionType 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 EntryOptionType get(java.lang.String literal)
public static EntryOptionType getByName(java.lang.String name)
public static EntryOptionType 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<EntryOptionType>