Uses of Interface
com._1c.g5.v8.dt.aggregates.model.AccumulationRegisterAggregates
-
Packages that use AccumulationRegisterAggregates 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 AccumulationRegisterAggregates in com._1c.g5.v8.dt.aggregates.model
Methods in com._1c.g5.v8.dt.aggregates.model that return AccumulationRegisterAggregates Modifier and Type Method Description AccumulationRegisterAggregates
AggregatesFactory. createAccumulationRegisterAggregates()
Returns a new object of class 'Accumulation Register Aggregates'. -
Uses of AccumulationRegisterAggregates in com._1c.g5.v8.dt.aggregates.model.impl
Classes in com._1c.g5.v8.dt.aggregates.model.impl that implement AccumulationRegisterAggregates Modifier and Type Class Description class
AccumulationRegisterAggregatesImpl
An implementation of the model object 'Accumulation Register Aggregates'.Methods in com._1c.g5.v8.dt.aggregates.model.impl that return AccumulationRegisterAggregates Modifier and Type Method Description AccumulationRegisterAggregates
AggregatesFactoryImpl. createAccumulationRegisterAggregates()
-
Uses of AccumulationRegisterAggregates in com._1c.g5.v8.dt.aggregates.model.util
Methods in com._1c.g5.v8.dt.aggregates.model.util with parameters of type AccumulationRegisterAggregates Modifier and Type Method Description T
AggregatesSwitch. caseAccumulationRegisterAggregates(AccumulationRegisterAggregates object)
Returns the result of interpreting the object as an instance of 'Accumulation Register Aggregates'.boolean
AggregatesValidator. validateAccumulationRegisterAggregates(AccumulationRegisterAggregates accumulationRegisterAggregates, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
AggregatesValidator. validateAccumulationRegisterAggregates_validate(AccumulationRegisterAggregates accumulationRegisterAggregates, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Accumulation Register Aggregates'.
-