Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.RegisterDimension
-
-
Uses of RegisterDimension in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type RegisterDimension Modifier and Type Method Description protected void
AbstractBasicFeatureXmlPartReader. readRegisterDimension(IXmlNode node, RegisterDimension dimension, Version version, IXmlReadErrorCollector errorCollector)
Read node to targetRegisterDimension
object -
Uses of RegisterDimension in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of RegisterDimension in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
AccountingRegisterDimension
A representation of the model object 'Accounting Register Dimension'.interface
AccumulationRegisterDimension
A representation of the model object 'Accumulation Register Dimension'.interface
CalculationRegisterDimension
A representation of the model object 'Calculation Register Dimension'.interface
InformationRegisterDimension
A representation of the model object 'Information Register Dimension'. -
Uses of RegisterDimension in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement RegisterDimension Modifier and Type Class Description class
AccountingRegisterDimensionImpl
An implementation of the model object 'Accounting Register Dimension'.class
AccumulationRegisterDimensionImpl
An implementation of the model object 'Accumulation Register Dimension'.class
CalculationRegisterDimensionImpl
An implementation of the model object 'Calculation Register Dimension'.class
InformationRegisterDimensionImpl
An implementation of the model object 'Information Register Dimension'.class
RegisterDimensionImpl
An implementation of the model object 'Register Dimension'. -
Uses of RegisterDimension in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type RegisterDimension Modifier and Type Method Description T
MdClassSwitch. caseRegisterDimension(RegisterDimension object)
Returns the result of interpreting the object as an instance of 'Register Dimension'.boolean
MdClassValidator. validateRegisterDimension(RegisterDimension registerDimension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-