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

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

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

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

Uses of DataElementInternalUsageValues in com.ibm.pdp.maf.rpp.pac.segment
 

Methods in com.ibm.pdp.maf.rpp.pac.segment that return DataElementInternalUsageValues
 DataElementInternalUsageValues UndefinedDataElementComponent.getInternalUsage()
           
 DataElementInternalUsageValues Filler.getUsage()