Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AccountingRegisterCommand
-
Packages that use AccountingRegisterCommand 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 AccountingRegisterCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccountingRegisterCommand Modifier and Type Method Description AccountingRegisterCommandMdClassFactory. createAccountingRegisterCommand()Returns a new object of class 'Accounting Register Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AccountingRegisterCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterCommand>AccountingRegister. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of AccountingRegisterCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AccountingRegisterCommand Modifier and Type Class Description classAccountingRegisterCommandImplAn implementation of the model object 'Accounting Register Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccountingRegisterCommand Modifier and Type Method Description AccountingRegisterCommandMdClassFactoryImpl. createAccountingRegisterCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AccountingRegisterCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterCommand>AccountingRegisterImpl. getCommands() -
Uses of AccountingRegisterCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccountingRegisterCommand Modifier and Type Method Description TMdClassSwitch. caseAccountingRegisterCommand(AccountingRegisterCommand object)Returns the result of interpreting the object as an instance of 'Accounting Register Command'.booleanMdClassValidator. validateAccountingRegisterCommand(AccountingRegisterCommand accountingRegisterCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-