public interface DataAggregateDescription extends DataDescription
This interface represents a data aggregate description.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataComponent> |
getComponents() |
getLabel, getName
static final java.lang.String copyright
java.util.List<DataComponent> getComponents()
Returns the list of components for this aggregate.