Interface AccumulationRegisterAggregates
- 
- All Superinterfaces:
- AbstractAggregates,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AccumulationRegisterAggregatesImpl
 
 public interface AccumulationRegisterAggregates extends AbstractAggregates A representation of the model object 'Accumulation Register Aggregates'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterAggregate>getAggregates()Returns the value of the 'Aggregates' containment reference list.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
- 
- 
- 
Method Detail- 
getAggregatesorg.eclipse.emf.common.util.EList<AccumulationRegisterAggregate> getAggregates() Returns the value of the 'Aggregates' containment reference list. The list contents are of typeAccumulationRegisterAggregate.- Returns:
- the value of the 'Aggregates' containment reference list.
- See Also:
- AggregatesPackage.getAccumulationRegisterAggregates_Aggregates()
 
 
- 
 
-