Uses of Interface
com.ibm.pdp.maf.rpp.pac.datastructure.DataStructure

Packages that use DataStructure
com.ibm.pdp.maf.rpp.pac.copybook This package describes the com.ibm.pdp.maf.rpp.pac.copybook, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dialog This package describes the com.ibm.pdp.maf.rpp.pac.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dialogserver This package describes the com.ibm.pdp.maf.rpp.pac.dialogserver, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.errorlabel This package describes the com.ibm.pdp.maf.rpp.pac.errorlabel, 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. 
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. 
com.ibm.pdp.maf.rpp.service This package describes the com.ibm.pdp.maf.rpp.service, see the description for an UML overview. 
 

Uses of DataStructure in com.ibm.pdp.maf.rpp.pac.copybook
 

Methods in com.ibm.pdp.maf.rpp.pac.copybook that return DataStructure
 DataStructure Copybook.getDataStructure()
           
 

Uses of DataStructure in com.ibm.pdp.maf.rpp.pac.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.dialog that return DataStructure
 DataStructure Dialog.getCommonArea()
          

The communication common area constitutes the area of exchange between the various Screens of the Dialog.

 

Uses of DataStructure in com.ibm.pdp.maf.rpp.pac.dialogserver
 

Methods in com.ibm.pdp.maf.rpp.pac.dialogserver that return DataStructure
 DataStructure DialogServer.getCommonArea()
          

The communication common area constitutes the area of exchange between the various Screens of the Dialog.

 

Uses of DataStructure in com.ibm.pdp.maf.rpp.pac.errorlabel
 

Methods in com.ibm.pdp.maf.rpp.pac.errorlabel that return DataStructure
 DataStructure ErrorLabel.getDataStructure()
           
 

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

Methods in com.ibm.pdp.maf.rpp.pac.program that return DataStructure
 DataStructure MacroParameters.getDataStructure()
           
 DataStructure DataStructureCall.getDataStructure()
           
 

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

Methods in com.ibm.pdp.maf.rpp.pac.segment that return DataStructure
 DataStructure AbstractSegment.getDataStructure()
           
 

Uses of DataStructure in com.ibm.pdp.maf.rpp.service
 

Methods in com.ibm.pdp.maf.rpp.service that return DataStructure
 DataStructure MAFModelService.getDataStructure(java.lang.String projectName, java.lang.String packageName, java.lang.String entityName)
           
 DataStructure IMAFModelService.getDataStructure(java.lang.String projectName, java.lang.String packageName, java.lang.String entityName)