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 voidAbstractBasicFeatureXmlPartReader. readRegisterDimension(IXmlNode node, RegisterDimension dimension, Version version, IXmlReadErrorCollector errorCollector)Read node to targetRegisterDimensionobject -
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 interfaceAccountingRegisterDimensionA representation of the model object 'Accounting Register Dimension'.interfaceAccumulationRegisterDimensionA representation of the model object 'Accumulation Register Dimension'.interfaceCalculationRegisterDimensionA representation of the model object 'Calculation Register Dimension'.interfaceInformationRegisterDimensionA 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 classAccountingRegisterDimensionImplAn implementation of the model object 'Accounting Register Dimension'.classAccumulationRegisterDimensionImplAn implementation of the model object 'Accumulation Register Dimension'.classCalculationRegisterDimensionImplAn implementation of the model object 'Calculation Register Dimension'.classInformationRegisterDimensionImplAn implementation of the model object 'Information Register Dimension'.classRegisterDimensionImplAn 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 TMdClassSwitch. caseRegisterDimension(RegisterDimension object)Returns the result of interpreting the object as an instance of 'Register Dimension'.booleanMdClassValidator. validateRegisterDimension(RegisterDimension registerDimension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-