Uses of Class
com.ibm.pdp.maf.rpp.pac.dataelement.DataElementDescriptionLineTypeValues

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

Uses of DataElementDescriptionLineTypeValues in com.ibm.pdp.maf.rpp.pac.dataelement
 

Methods in com.ibm.pdp.maf.rpp.pac.dataelement that return DataElementDescriptionLineTypeValues
 DataElementDescriptionLineTypeValues DataElementDescription.getLineType()
          The line type are classified into several categories : General line types : Blank or D Special line types for the OnLine Systems Development, Pacbench C/S and Pactables functions : P, L, C, F, O and I Special line types for relational databases : R and E Line type specific to Data Elements coming from Reverse Engineering : S Line type for COBOL Copybooks : A
static DataElementDescriptionLineTypeValues DataElementDescriptionLineTypeValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataElementDescriptionLineTypeValues[] DataElementDescriptionLineTypeValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.