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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String copyright
int getLineNumber()
A same Macro can be called several times in a Entity. So the line number allows to differentiate each call.
Macro getMacro()
Macro called.
java.util.List<MacroParameters> getParameters()
Values of the parameters of the Macro.