|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CPLine
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |