public enum ProcedureOptionType extends java.lang.Enum<ProcedureOptionType> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getProcedureOptionType()| Enum Constant and Description |
|---|
ASSEMBLER
The 'ASSEMBLER' literal object.
|
BYADDR
The 'BYADDR' literal object.
|
BYVALUE
The 'BYVALUE' literal object.
|
CHARGRAPHIC
The 'CHARGRAPHIC' 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.
|
FROMALIEN
The 'FROMALIEN' literal object.
|
INLINE
The 'INLINE' literal object.
|
IRREDUCIBLE
The 'IRREDUCIBLE' literal object.
|
LINKAGE
The 'LINKAGE' literal object.
|
MAIN
The 'MAIN' literal object.
|
NOCHARGRAPHIC
The 'NOCHARGRAPHIC' literal object.
|
NODESCRIPTOR
The 'NODESCRIPTOR' literal object.
|
NOEXECOPS
The 'NOEXECOPS' literal object.
|
NOINLINE
The 'NOINLINE' literal object.
|
NOMAP
The 'NOMAP' literal object.
|
NOMAPIN
The 'NOMAPIN' literal object.
|
NOMAPOUT
The 'NOMAPOUT' literal object.
|
ORDER
The 'ORDER' literal object.
|
REDUCIBLE
The 'REDUCIBLE' literal object.
|
REENTRANT
The 'REENTRANT' literal object.
|
REORDER
The 'REORDER' literal object.
|
RETCODE
The 'RETCODE' literal object.
|
WINMAIN
The 'WINMAIN' 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 |
CHARGRAPHIC_VALUE
The 'CHARGRAPHIC' 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 |
FROMALIEN_VALUE
The 'FROMALIEN' literal value.
|
static int |
INLINE_VALUE
The 'INLINE' literal value.
|
static int |
IRREDUCIBLE_VALUE
The 'IRREDUCIBLE' literal value.
|
static int |
LINKAGE_VALUE
The 'LINKAGE' literal value.
|
static int |
MAIN_VALUE
The 'MAIN' literal value.
|
static int |
NOCHARGRAPHIC_VALUE
The 'NOCHARGRAPHIC' literal value.
|
static int |
NODESCRIPTOR_VALUE
The 'NODESCRIPTOR' literal value.
|
static int |
NOEXECOPS_VALUE
The 'NOEXECOPS' literal value.
|
static int |
NOINLINE_VALUE
The 'NOINLINE' 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 |
ORDER_VALUE
The 'ORDER' literal value.
|
static int |
REDUCIBLE_VALUE
The 'REDUCIBLE' literal value.
|
static int |
REENTRANT_VALUE
The 'REENTRANT' literal value.
|
static int |
REORDER_VALUE
The 'REORDER' literal value.
|
static int |
RETCODE_VALUE
The 'RETCODE' literal value.
|
static java.util.List<ProcedureOptionType> |
VALUES
A public read-only list of all the 'Procedure Option Type' enumerators.
|
static int |
WINMAIN_VALUE
The 'WINMAIN' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcedureOptionType |
get(int value)
Returns the 'Procedure Option Type' literal with the specified integer value.
|
static ProcedureOptionType |
get(java.lang.String literal)
Returns the 'Procedure Option Type' literal with the specified literal value.
|
static ProcedureOptionType |
getByName(java.lang.String name)
Returns the 'Procedure 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 ProcedureOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcedureOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcedureOptionType ASSEMBLER
ASSEMBLER_VALUEpublic static final ProcedureOptionType COBOL
COBOL_VALUEpublic static final ProcedureOptionType FORTRAN
FORTRAN_VALUEpublic static final ProcedureOptionType FETCHABLE
FETCHABLE_VALUEpublic static final ProcedureOptionType MAIN
MAIN_VALUEpublic static final ProcedureOptionType NOEXECOPS
NOEXECOPS_VALUEpublic static final ProcedureOptionType BYADDR
BYADDR_VALUEpublic static final ProcedureOptionType BYVALUE
BYVALUE_VALUEpublic static final ProcedureOptionType NOCHARGRAPHIC
NOCHARGRAPHIC_VALUEpublic static final ProcedureOptionType CHARGRAPHIC
CHARGRAPHIC_VALUEpublic static final ProcedureOptionType DESCRIPTOR
DESCRIPTOR_VALUEpublic static final ProcedureOptionType NODESCRIPTOR
NODESCRIPTOR_VALUEpublic static final ProcedureOptionType DLLINTERNAL
DLLINTERNAL_VALUEpublic static final ProcedureOptionType FROMALIEN
FROMALIEN_VALUEpublic static final ProcedureOptionType LINKAGE
LINKAGE_VALUEpublic static final ProcedureOptionType NOMAP
NOMAP_VALUEpublic static final ProcedureOptionType NOMAPIN
NOMAPIN_VALUEpublic static final ProcedureOptionType NOMAPOUT
NOMAPOUT_VALUEpublic static final ProcedureOptionType NOINLINE
NOINLINE_VALUEpublic static final ProcedureOptionType INLINE
INLINE_VALUEpublic static final ProcedureOptionType ORDER
ORDER_VALUEpublic static final ProcedureOptionType REORDER
REORDER_VALUEpublic static final ProcedureOptionType IRREDUCIBLE
IRREDUCIBLE_VALUEpublic static final ProcedureOptionType REDUCIBLE
REDUCIBLE_VALUEpublic static final ProcedureOptionType REENTRANT
REENTRANT_VALUEpublic static final ProcedureOptionType RETCODE
RETCODE_VALUEpublic static final ProcedureOptionType WINMAIN
WINMAIN_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 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 MAIN_VALUE
If the meaning of 'MAIN' literal object isn't clear, there really should be more of a description here...
MAIN,
Constant Field Valuespublic static final int NOEXECOPS_VALUE
If the meaning of 'NOEXECOPS' literal object isn't clear, there really should be more of a description here...
NOEXECOPS,
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 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 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 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 int FROMALIEN_VALUE
If the meaning of 'FROMALIEN' literal object isn't clear, there really should be more of a description here...
FROMALIEN,
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 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 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 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 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 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 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 WINMAIN_VALUE
If the meaning of 'WINMAIN' literal object isn't clear, there really should be more of a description here...
WINMAIN,
Constant Field Valuespublic static final java.util.List<ProcedureOptionType> VALUES
public static ProcedureOptionType[] values()
for (ProcedureOptionType c : ProcedureOptionType.values()) System.out.println(c);
public static ProcedureOptionType 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 ProcedureOptionType get(java.lang.String literal)
public static ProcedureOptionType getByName(java.lang.String name)
public static ProcedureOptionType 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<ProcedureOptionType>