com.ibm.pdp.maf.rpp.kernel
Interface DataAggregateDescription

All Superinterfaces:
DataDescription, Element

public interface DataAggregateDescription
extends DataDescription

This interface represents a data aggregate description.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<DataComponent> getComponents()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.DataDescription
getLabel, getName
 

Field Detail

copyright

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

getComponents

java.util.List<DataComponent> getComponents()

Returns the list of components for this aggregate.

Returns: