com.ibm.pdp.maf.rpp.pac.segment
Interface AbstractCELine

All Superinterfaces:
CELine, Element
All Known Subinterfaces:
Component, DataElementComponent, Filler, GroupComponent, LogicalViewComponent, LVDataElementComponent, LVGroupComponent, LVSegmentComponent, SegmentComponent, UndefinedDataElementComponent

public interface AbstractCELine
extends CELine

The -CE Lines are used to identify the elements which compose the current Segment. You can create in a table Data Element calls, Segment calls, undefined Data Elements, Data element groups and add fillers.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<GLine> getGCLines()
           
 java.util.List<GLine> getGELines()
           
 java.util.List<GLine> getGGLines()
           
 java.util.List<MoreControls> getMoreControls()
           
 

Field Detail

copyright

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

getGCLines

java.util.List<GLine> getGCLines()

These lines are used for documentation purposes. Comments are available with all entities. You can write or edit text in relation to the selected instance. You can write, modify, move, or delete text lines using basic word-processing functions.

Returns:

getGELines

java.util.List<GLine> getGELines()

GELines specify the automatically generated error messages, declare explicit error messages, or specify help on a component.

Returns:

getGGLines

java.util.List<GLine> getGGLines()

GGLines are used to customize the SQL accesses.

Returns:

getMoreControls

java.util.List<MoreControls> getMoreControls()

Gives the list of the controls defined for the component.

Returns: