Uses of Interface
com._1c.g5.v8.dt.aggregates.model.AccumulationRegisterAggregate
- 
Packages that use AccumulationRegisterAggregate Package Description com._1c.g5.v8.dt.aggregates.model com._1c.g5.v8.dt.aggregates.model.impl com._1c.g5.v8.dt.aggregates.model.util 
- 
- 
Uses of AccumulationRegisterAggregate in com._1c.g5.v8.dt.aggregates.modelMethods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregate Modifier and Type Method Description AccumulationRegisterAggregateAggregatesFactory. createAccumulationRegisterAggregate()Returns a new object of class 'Accumulation Register Aggregate'.Methods in com._1c.g5.v8.dt.aggregates.model that return types with arguments of type AccumulationRegisterAggregate Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterAggregate>AccumulationRegisterAggregates. getAggregates()Returns the value of the 'Aggregates' containment reference list.
- 
Uses of AccumulationRegisterAggregate in com._1c.g5.v8.dt.aggregates.model.implClasses in com._1c.g5.v8.dt.aggregates.model.impl that implement AccumulationRegisterAggregate Modifier and Type Class Description classAccumulationRegisterAggregateImplAn implementation of the model object 'Accumulation Register Aggregate'.Methods in com._1c.g5.v8.dt.aggregates.model.impl that return AccumulationRegisterAggregate Modifier and Type Method Description AccumulationRegisterAggregateAggregatesFactoryImpl. createAccumulationRegisterAggregate()Methods in com._1c.g5.v8.dt.aggregates.model.impl that return types with arguments of type AccumulationRegisterAggregate Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterAggregate>AccumulationRegisterAggregatesImpl. getAggregates()
- 
Uses of AccumulationRegisterAggregate in com._1c.g5.v8.dt.aggregates.model.utilMethods in com._1c.g5.v8.dt.aggregates.model.util with parameters of type AccumulationRegisterAggregate Modifier and Type Method Description TAggregatesSwitch. caseAccumulationRegisterAggregate(AccumulationRegisterAggregate object)Returns the result of interpreting the object as an instance of 'Accumulation Register Aggregate'.booleanAggregatesValidator. validateAccumulationRegisterAggregate(AccumulationRegisterAggregate accumulationRegisterAggregate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanAggregatesValidator. validateAccumulationRegisterAggregate_validate(AccumulationRegisterAggregate accumulationRegisterAggregate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Accumulation Register Aggregate'.
 
-