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

Packages that use DataElementDescriptionLineMoreValues
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 DataElementDescriptionLineMoreValues in com.ibm.pdp.maf.rpp.pac.dataelement
 

Methods in com.ibm.pdp.maf.rpp.pac.dataelement that return DataElementDescriptionLineMoreValues
 DataElementDescriptionLineMoreValues DataElementDescription.getMore()
          The more Lines are used to specify:A line skip or page skip : Blank, *, 0 to 9The continuation of a value range when a value does not fit on a single line : +The action code (if the type of line is set to I) : C, M, D, XThe operation code (if the type line is set to O) : A, M, S, E, P, O
static DataElementDescriptionLineMoreValues DataElementDescriptionLineMoreValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataElementDescriptionLineMoreValues[] DataElementDescriptionLineMoreValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.