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

Interface CompositionCELine

  • All Superinterfaces:
    Element
    All Known Subinterfaces:
    DataElementCELine, UndefinedDataElementCELine


    public interface CompositionCELine
    extends Element

    The CompositionCELine allows to identify the position on layout lines, the source of the data, and the conditions under which the data is to be moved into the Data Element (defined or not).

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyright 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getColumn() 
      java.util.List<SourceLine> getSourceLines()

      List of the sources of the data and the condition under which the source is to be transferred to the target Data Element.

    • Method Detail

      • getColumn

        int getColumn()

        Column number in which the Data Element field begins.

        It is a pure numeric field, on three digits maximum.

        Returns:
      • getSourceLines

        java.util.List<SourceLine> getSourceLines()

        List of the sources of the data and the condition under which the source is to be transferred to the target Data Element.

        Returns: