Uses of Interface
com.ibm.pdp.maf.rpp.pac.dataelement.DataElement

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

Methods in com.ibm.pdp.maf.rpp.pac.blockbase that return DataElement
 DataElement DRKLine.getDataElement()
          This indicates the Data Element which makes up the key (or index) of the table, or the columns of an alter table.
 

Uses of DataElement in com.ibm.pdp.maf.rpp.pac.common.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.common.dialog that return DataElement
 DataElement CELineLabel.getDataElement()
          Data Element when LabelNature O : Data Element label.
 DataElement CELineField.getDataElement()
          Data Element called.
 DataElement AbstractCSLine.getDataElement()
          Data Element that is to be used as the primary access key to the Segment.
 

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

Methods in com.ibm.pdp.maf.rpp.pac.dataelement that return DataElement
 DataElement DataElement.getParent()
          Indicates the parent of the data element.
 

Methods in com.ibm.pdp.maf.rpp.pac.dataelement that return types with arguments of type DataElement
 java.util.List<DataElement> DataElement.getChildrenDataElements()
          Returns the list of children data elements.
 

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

Methods in com.ibm.pdp.maf.rpp.pac.program that return DataElement
 DataElement MacroParameters.getDataElement()
          DataElement linked if the parameter refers to a DataElement (E=CORUB).
 

Uses of DataElement in com.ibm.pdp.maf.rpp.pac.report
 

Methods in com.ibm.pdp.maf.rpp.pac.report that return DataElement
 DataElement DataElementCELine.getDataElement()
          This field displays the name of the Data Element called in the Report.
 

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

Methods in com.ibm.pdp.maf.rpp.pac.segment that return DataElement
 DataElement LVDataElementComponent.getDataElement()
          Gives the Data Element called in the Segment or ih the Group.
 DataElement DataElementComponent.getDataElement()
          Gives the Data Element called in the Segment or in the Group.
 DataElement SQLComplement.getDataElementColumn()
          Indicates the Data Element code to specify the source of the column.
 

Uses of DataElement in com.ibm.pdp.maf.rpp.pac.text
 

Methods in com.ibm.pdp.maf.rpp.pac.text that return DataElement
 DataElement TextLine.getDataElement()
          This field is used to establish a cross-reference between the section title line and one Data Element.
 

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

Methods in com.ibm.pdp.maf.rpp.service that return DataElement
 DataElement IMAFModelService.getDataElement(java.lang.String projectName, java.lang.String packageName, java.lang.String entityName)
          Returns the Data Element for this project name, package name and entity name.