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

Packages that use CELines
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 CELines in com.ibm.pdp.maf.rpp.pac.segment
 

Subinterfaces of CELines in com.ibm.pdp.maf.rpp.pac.segment
 interface AbstractCELines
          

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

 interface Component
          Component is specific to Segment, MonoStructureSegment or Table but not to LogicalView.
 interface DataElementComponent
          Indicates that the component is a Data Element.
 interface Filler
          Fillers are not defined in the repository.
 interface GroupComponent
          A group is a set of elementary Data Elements, Segment, undefined Data Elements or Filler.
 interface LogicalViewComponent
          Indicates that the component is specific for Logical View.
 interface LVDataElementComponent
          Indicates that the component is a Data Element.
 interface LVGroupComponent
          A group is a set of elementary Data Elements, Segment, undefined Data Elements.
 interface LVSegmentComponent
          Indicates that the component is a Segment.
 interface RedefinesGroup
          The Redefines Group is used when at least one element of the CELines redefines another one.
 interface SegmentComponent
          Indicates that the component is a Segment.
 interface UndefinedDataElementComponent
          The component is a Data Element which is not defined in the repository.
 

Methods in com.ibm.pdp.maf.rpp.pac.segment that return types with arguments of type CELines
 java.util.List<CELines> 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<CELines> LVGroupComponent.getCompositionGroup()
          Gives the composition of the Group.
 java.util.List<CELines> GroupComponent.getCompositionGroup()
          Gives the composition of the Group.
 java.util.List<CELines> RedefinesGroup.getSetOfRedefines()
          Gives the composition of the RedefinesGroup : it could be a set of Component (DataElement, Undefined DataElement; Group or Segment), Filler or LogicalViewComponent.