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.model
Methods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregate Modifier and Type Method Description AccumulationRegisterAggregate
AggregatesFactory. 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.impl
Classes in com._1c.g5.v8.dt.aggregates.model.impl that implement AccumulationRegisterAggregate Modifier and Type Class Description class
AccumulationRegisterAggregateImpl
An 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 AccumulationRegisterAggregate
AggregatesFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.aggregates.model.util with parameters of type AccumulationRegisterAggregate Modifier and Type Method Description T
AggregatesSwitch. caseAccumulationRegisterAggregate(AccumulationRegisterAggregate object)
Returns the result of interpreting the object as an instance of 'Accumulation Register Aggregate'.boolean
AggregatesValidator. validateAccumulationRegisterAggregate(AccumulationRegisterAggregate accumulationRegisterAggregate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
AggregatesValidator. validateAccumulationRegisterAggregate_validate(AccumulationRegisterAggregate accumulationRegisterAggregate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Accumulation Register Aggregate'.
-