public interface CELine extends Element
The CELine allows to describe all Element (DataE Element or Undefined Data Element) for each Structure of the Report. It identify their position on layout lines, the source of the data, and the conditions under which the data is to be moved into the Data Element.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<CompositionCELine> |
getComposition() |
int |
getStructureID() |
static final java.lang.String copyright
java.util.List<CompositionCELine> getComposition()
List of the Data Element (defined or not) describing the structure.
int getStructureID()
The Structure Identifier is a pure numeric field. Enter two digits maximum. The default value is '0'.
01 to 98 The structure number sequence must start from 01 (or 00) and contain no gaps. This value becomes a subscript for a table containing all the structures.
00 This value is used to identify the fields required for user-defined spooling.
The Data Elements belonging to this structure are positioned relatively to the beginning of the record, and not to the beginning of the line, as is true of all other structures.
At generation, structure '00' is taken into account only if the USAGE OF DATA STRUCTURE = 'J'.