Uses of Interface
com.ibm.pdp.maf.rpp.pac.segment.CELine

Packages that use CELine
com.ibm.pdp.maf.rpp.pac.segment This package describes the com.ibm.pdp.maf.rpp.pac.segment, see the description for an UML overview. 
 

Uses of CELine in com.ibm.pdp.maf.rpp.pac.segment
 

Subinterfaces of CELine in com.ibm.pdp.maf.rpp.pac.segment
 interface AbstractCELine
          

The -CE Lines are used to identify the elements which compose the current Segment.

 interface Component
           
 interface DataElementComponent
           
 interface Filler
           
 interface GroupComponent
           
 interface LogicalViewComponent
           
 interface LVDataElementComponent
           
 interface LVGroupComponent
           
 interface LVSegmentComponent
           
 interface RedefinesGroup
           
 interface SegmentComponent
           
 interface UndefinedDataElementComponent
           
 

Methods in com.ibm.pdp.maf.rpp.pac.segment that return types with arguments of type CELine
 java.util.List<CELine> AbstractSegment.getCELines()
          

The CELines allow to identify the elements which compose the current Segment : Data Element Component, Segment Component, undefined Data Element Component, Group Component and Filler.

 java.util.List<CELine> LVGroupComponent.getCompositionGroup()
           
 java.util.List<CELine> GroupComponent.getCompositionGroup()
           
 java.util.List<CELine> RedefinesGroup.getSetOfRedefines()