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

Interface CPLine

  • All Superinterfaces:
    Element


    public interface CPLine
    extends Element

    The purpose of the CPLines is to call one or more Macros into a batch or online program. If these Macros are parameterized, you must also specify the values of their parameters. Each occurrence of the parameter in the original Macro is then replaced by the value entered for this particular program.

    A CPline is identified by a Macro, a line number and the differents values of the parameters.

    • Method Detail

      • getComment

        java.lang.String getComment()

        Returns the comment for this CP Line.

        Returns:
      • getLineNumber

        int getLineNumber()

        A same Macro can be called several times in a Entity. So the line number allows to differentiate each call.

        Returns:
      • getMacro

        Macro getMacro()

        Macro called.

        Returns:
      • getParameters

        java.util.List<MacroParameters> getParameters()

        Values of the parameters of the Macro.

        Returns: