com.ibm.pdp.maf.rpp.pac.program
Interface CDLineReport

All Superinterfaces:
CDLine, Element

public interface CDLineReport
extends CDLine

CDLineReport are used to declare the list of ReportCall which are accessed in the program.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<ReportCall> getReportCalls()
          List of the Reports called.
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.program.CDLine
getAccessMode, getBlockMode, getCobolPosition, getCobolRecordLevel, getExternalName, getFormatType, getGeneratedDescriptionType, getIOMode, getOrganization, getSubScheme, getUnitType, getUsage
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getReportCalls

java.util.List<ReportCall> getReportCalls()

List of the Reports called.

Returns: