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.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getLineNumber()
          A same Macro can be called several times in a Entity.
 Macro getMacro()
          Macro called.
 java.util.List<MacroParameters> getParameters()
          Values of the parameters of the Macro.
 

Field Detail

copyright

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

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: