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

All Superinterfaces:
CELine, Element

public interface RedefinesGroup
extends CELine

The Redefines Group is used when at least one element of the CELines redefines another one. This element can either be a Filler, a Component or a LogicalViewComponent.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<CELine> getSetOfRedefines()
           
 

Field Detail

copyright

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

getSetOfRedefines

java.util.List<CELine> getSetOfRedefines()

Gives the composition of the RedefinesGroup : it could be a set of Component (DataElement, Undefined DataElement; Group or Segment), Filler or LogicalViewComponent.

Returns: