|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProgramPhysicalUnitTypeComplementValues>
com.ibm.pdp.maf.rpp.pac.program.ProgramPhysicalUnitTypeComplementValues
public enum ProgramPhysicalUnitTypeComplementValues
List of complementary physical unit type of Segments in Program.
| Enum Constant Summary | |
|---|---|
_A
ALLOWING ALL file optioning option & REGARDLESS sequential reading I: DEC VAX VMS | |
_C
ASCII set code 5: BULL GCOS8 | |
_O
OPTIONAL option not to be generated 4: BULL GCOS7 and 5: BULL GCOS8 | |
_P
Punch 1: IBM DOS/VSE | |
_R
Reader 1: IBM DOS/VSE | |
_S
EBCDIC set code 5: BULL GCOS8 and U: UNYSIS 2200 Series | |
NONE
Unused | |
| Method Summary | |
|---|---|
static ProgramPhysicalUnitTypeComplementValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgramPhysicalUnitTypeComplementValues[] |
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 ProgramPhysicalUnitTypeComplementValues _A
ALLOWING ALL file optioning option & REGARDLESS sequential reading I: DEC VAX VMS
public static final ProgramPhysicalUnitTypeComplementValues _C
ASCII set code 5: BULL GCOS8
public static final ProgramPhysicalUnitTypeComplementValues _O
OPTIONAL option not to be generated 4: BULL GCOS7 and 5: BULL GCOS8
public static final ProgramPhysicalUnitTypeComplementValues _P
Punch 1: IBM DOS/VSE
public static final ProgramPhysicalUnitTypeComplementValues _R
Reader 1: IBM DOS/VSE
public static final ProgramPhysicalUnitTypeComplementValues _S
EBCDIC set code 5: BULL GCOS8 and U: UNYSIS 2200 Series
public static final ProgramPhysicalUnitTypeComplementValues NONE
Unused
| Method Detail |
|---|
public static ProgramPhysicalUnitTypeComplementValues 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 ProgramPhysicalUnitTypeComplementValues[] values()
for (ProgramPhysicalUnitTypeComplementValues c : ProgramPhysicalUnitTypeComplementValues.values()) System.out.println(c);
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||