com.ibm.pdp.maf.rpp.pac.report

Interface CELine

  • All Superinterfaces:
    Element


    public interface CELine
    extends Element

    The CELine allows to describe all Element (DataE Element or Undefined Data Element) for each Structure of the Report. It identify their position on layout lines, the source of the data, and the conditions under which the data is to be moved into the Data Element.

    • Method Detail

      • getComposition

        java.util.List<CompositionCELine> getComposition()

        List of the Data Element (defined or not) describing the structure.

        Returns:
      • getStructureID

        int getStructureID()

        The Structure Identifier is a pure numeric field. Enter two digits maximum. The default value is '0'.

        01 to 98 The structure number sequence must start from 01 (or 00) and contain no gaps. This value becomes a subscript for a table containing all the structures.

        00 This value is used to identify the fields required for user-defined spooling.

        The Data Elements belonging to this structure are positioned relatively to the beginning of the record, and not to the beginning of the line, as is true of all other structures.

        At generation, structure '00' is taken into account only if the USAGE OF DATA STRUCTURE = 'J'.

        Returns: