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

All Superinterfaces:
AbstractCELine, CELine, Component, Element

public interface GroupComponent
extends Component

A group is a set of elementary Data Elements, Segment, undefined Data Elements or Filler.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<CELine> getCompositionGroup()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.Component
getClassControl, getDBE, getOccurs, getPresenceCheck, getSE, getSortKey
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.AbstractCELine
getGCLines, getGELines, getGGLines, getMoreControls
 

Field Detail

copyright

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

getCompositionGroup

java.util.List<CELine> getCompositionGroup()

Gives the composition of the Group.

Returns:

getLabel

java.lang.String getLabel()

Returns:

getName

java.lang.String getName()

Indicates the name of the Group.

Returns: