Uses of Class
com.ibm.pdp.maf.rpp.pac.common.ProgramVariantValues

Packages that use ProgramVariantValues
com.ibm.pdp.maf.rpp.pac.common This package describes the com.ibm.pdp.maf.rpp.pac.common, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.library This package describes the com.ibm.pdp.maf.rpp.pac.library, see the description for an UML overview. 
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 ProgramVariantValues in com.ibm.pdp.maf.rpp.pac.common
 

Methods in com.ibm.pdp.maf.rpp.pac.common that return ProgramVariantValues
static ProgramVariantValues ProgramVariantValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProgramVariantValues[] ProgramVariantValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ProgramVariantValues in com.ibm.pdp.maf.rpp.pac.library
 

Methods in com.ibm.pdp.maf.rpp.pac.library that return ProgramVariantValues
 ProgramVariantValues Library.getCobolType()
          This field is used to automatically adapt the extracted elements from a higher level Library to the COBOL type specified.
 

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

Methods in com.ibm.pdp.maf.rpp.pac.program that return ProgramVariantValues
 ProgramVariantValues Program.getVariante()
          COBOL variant for the generated program.