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
|
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.program.CDLine |
getAccessKeyDataElementCode, getAccessMode, getBlockFactor, getBlockMode, getBlockType, getCobolRecordLevel, getCodeInProgram, getExternalName, getFormatType, getGeneratedDescriptionType, getIOMode, getOrganization, getPhysicalUnitType, getPhysicalUnitTypeComplement, getSubScheme, getUnitType, getUsage |
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
getReportCalls
java.util.List<ReportCall> getReportCalls()
-
List of the Reports called.
- Returns: