Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AccumulationRegisterDimension
-
-
Uses of AccumulationRegisterDimension in com._1c.g5.v8.dt.aggregates.model
Methods in com._1c.g5.v8.dt.aggregates.model that return types with arguments of type AccumulationRegisterDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterDimension>
AccumulationRegisterAggregate. getDimensions()
Returns the value of the 'Dimensions' reference list. -
Uses of AccumulationRegisterDimension in com._1c.g5.v8.dt.aggregates.model.impl
Methods in com._1c.g5.v8.dt.aggregates.model.impl that return types with arguments of type AccumulationRegisterDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterDimension>
AccumulationRegisterAggregateImpl. getDimensions()
-
Uses of AccumulationRegisterDimension in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccumulationRegisterDimension Modifier and Type Method Description AccumulationRegisterDimension
MdClassFactory. createAccumulationRegisterDimension()
Returns a new object of class 'Accumulation Register Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AccumulationRegisterDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterDimension>
AccumulationRegister. getDimensions()
Returns the value of the 'Dimensions' containment reference list. -
Uses of AccumulationRegisterDimension in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AccumulationRegisterDimension Modifier and Type Class Description class
AccumulationRegisterDimensionImpl
An implementation of the model object 'Accumulation Register Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccumulationRegisterDimension Modifier and Type Method Description AccumulationRegisterDimension
MdClassFactoryImpl. createAccumulationRegisterDimension()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AccumulationRegisterDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterDimension>
AccumulationRegisterImpl. getDimensions()
-
Uses of AccumulationRegisterDimension in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccumulationRegisterDimension Modifier and Type Method Description T
MdClassSwitch. caseAccumulationRegisterDimension(AccumulationRegisterDimension object)
Returns the result of interpreting the object as an instance of 'Accumulation Register Dimension'.boolean
MdClassValidator. validateAccumulationRegisterDimension(AccumulationRegisterDimension accumulationRegisterDimension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-