com.ibm.pdp.maf.rpp.pac.report
Interface CompositionCELine

All Superinterfaces:
Element
All Known Subinterfaces:
DataElementCELine, UndefinedDataElementCELine

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).


Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.

 

Field Detail

copyright

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

getColumn

int getColumn()

Column number in which the Data Element field begins.

It is a pure numeric field, on three digits maximum.

Returns:

getSourceLines

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.

Returns: