Uses of Class
com.ibm.pdp.maf.rpp.pac.program.ProgramUnitTypeValues

Packages that use ProgramUnitTypeValues
com.ibm.pdp.maf.rpp.pac.program This package describes the com.ibm.pdp.maf.rpp.pac.program, see the description for an UML overview. 
 

Uses of ProgramUnitTypeValues in com.ibm.pdp.maf.rpp.pac.program
 

Methods in com.ibm.pdp.maf.rpp.pac.program that return ProgramUnitTypeValues
 ProgramUnitTypeValues CDLine.getUnitType()
          The value of this field is important in the Types of COBOL code for which the ASSIGN clause, the FD level and the WRITE statements are dependent on the selected unit type.
static ProgramUnitTypeValues ProgramUnitTypeValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProgramUnitTypeValues[] ProgramUnitTypeValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.