public enum ProgramPhysicalUnitTypeComplementValues extends java.lang.Enum<ProgramPhysicalUnitTypeComplementValues>
List of complementary physical unit type of Segments in Program.
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.lang.NullPointerException
- if the argument is nullpublic static ProgramPhysicalUnitTypeComplementValues[] values()
for (ProgramPhysicalUnitTypeComplementValues c : ProgramPhysicalUnitTypeComplementValues.values()) System.out.println(c);