Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AccountingRegisterDimension
-
Packages that use AccountingRegisterDimension Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of AccountingRegisterDimension in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccountingRegisterDimension Modifier and Type Method Description AccountingRegisterDimension
MdClassFactory. createAccountingRegisterDimension()
Returns a new object of class 'Accounting Register Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AccountingRegisterDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterDimension>
AccountingRegister. getDimensions()
Returns the value of the 'Dimensions' containment reference list. -
Uses of AccountingRegisterDimension in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AccountingRegisterDimension Modifier and Type Class Description class
AccountingRegisterDimensionImpl
An implementation of the model object 'Accounting Register Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccountingRegisterDimension Modifier and Type Method Description AccountingRegisterDimension
MdClassFactoryImpl. createAccountingRegisterDimension()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AccountingRegisterDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterDimension>
AccountingRegisterImpl. getDimensions()
-
Uses of AccountingRegisterDimension in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccountingRegisterDimension Modifier and Type Method Description T
MdClassSwitch. caseAccountingRegisterDimension(AccountingRegisterDimension object)
Returns the result of interpreting the object as an instance of 'Accounting Register Dimension'.boolean
MdClassValidator. validateAccountingRegisterDimension(AccountingRegisterDimension accountingRegisterDimension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-