com.ibm.pdp.maf.rpp.pac.segment
Interface RedefinesGroup
- All Superinterfaces:
- CELines, Element
public interface RedefinesGroup
- extends CELines
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<CELines> |
getSetOfRedefines()
Gives the composition of the RedefinesGroup : it could be a set of Component (DataElement, Undefined DataElement; Group or Segment), Filler or LogicalViewComponent. |
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
getSetOfRedefines
java.util.List<CELines> getSetOfRedefines()
-
Gives the composition of the RedefinesGroup : it could be a set of Component (DataElement, Undefined DataElement; Group or Segment), Filler or LogicalViewComponent.
- Returns: