public interface CompositionCELine extends Element
The CompositionCELine allows to identify the position on layout lines, the source of the data, and the conditions under which the data is to be moved into the Data Element (defined or not).
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Column number in which the Data Element field begins.
|
java.util.List<SourceLine> |
getSourceLines()
List of the sources of the data and the condition under which the source is to be transferred to the target Data Element. |
static final java.lang.String copyright
int getColumn()
Column number in which the Data Element field begins.
It is a pure numeric field, on three digits maximum.
java.util.List<SourceLine> getSourceLines()
List of the sources of the data and the condition under which the source is to be transferred to the target Data Element.