|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProgramVariantValues>
com.ibm.pdp.maf.rpp.pac.common.ProgramVariantValues
public enum ProgramVariantValues
List of Program variants to generate.
Enum Constant Summary | |
---|---|
_0
COBOL/VS IBM MVS | |
_1
COBOL IBM VSE (COBOL II batch language only) | |
_3
COBOL IBM AIX-OS/2-Windows/NT, MICRO FOCUS | |
_4
COBOL BULL GCOS7 | |
_5
COBOL BULL GCOS8 | |
_8
COBOL UNISYS Series A: this variant is required at the Library level to work in half-byte packed mode. |
|
_C
Extraction of COBOL source. |
|
_F
COBOL TANDEM | |
_I
COBOL DEC/VAX VMS | |
_K
COBOL ICL 2900 | |
_N
No adaptation to any language variant | |
_O
COBOL AS/400 | |
_Q
ACUCOBOL | |
_U
COBOL UNISYS 2200 Series | |
_X
COBOL II IBM MVS or VSE (OLSD function). |
Method Summary | |
---|---|
static ProgramVariantValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgramVariantValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ProgramVariantValues _0
COBOL/VS IBM MVS
public static final ProgramVariantValues _1
COBOL IBM VSE (COBOL II batch language only)
public static final ProgramVariantValues _3
COBOL IBM AIX-OS/2-Windows/NT, MICRO FOCUS
public static final ProgramVariantValues _4
COBOL BULL GCOS7
public static final ProgramVariantValues _5
COBOL BULL GCOS8
public static final ProgramVariantValues _8
COBOL UNISYS Series A: this variant is required at the Library level to work in half-byte packed mode.
This option can also be used with BULL GCOS8. In that case, the generation variant '5' must be entered in the Programs and Screens.
public static final ProgramVariantValues _C
Extraction of COBOL source.
public static final ProgramVariantValues _F
COBOL TANDEM
public static final ProgramVariantValues _I
COBOL DEC/VAX VMS
public static final ProgramVariantValues _K
COBOL ICL 2900
public static final ProgramVariantValues _N
No adaptation to any language variant
public static final ProgramVariantValues _O
COBOL AS/400
public static final ProgramVariantValues _Q
ACUCOBOL
public static final ProgramVariantValues _U
COBOL UNISYS 2200 Series
public static final ProgramVariantValues _X
COBOL II IBM MVS or VSE (OLSD function).
Method Detail |
---|
public static ProgramVariantValues 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ProgramVariantValues[] values()
for (ProgramVariantValues c : ProgramVariantValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |