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

All Superinterfaces:
AbstractCELine, CELine, Element, LogicalViewComponent

public interface LVGroupComponent
extends LogicalViewComponent

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


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<CELine> getCompositionGroup()
           
 java.lang.String getName()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.LogicalViewComponent
getDataType, getOccurs, getPresence, getSubSchemaAssignment
 
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:

getName

java.lang.String getName()

Indicates the name of the Group.

Returns: