Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AccountingRegisterResource
-
Packages that use AccountingRegisterResource 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 AccountingRegisterResource in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AccountingRegisterResource Modifier and Type Method Description AccountingRegisterResource
MdClassFactory. createAccountingRegisterResource()
Returns a new object of class 'Accounting Register Resource'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AccountingRegisterResource Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterResource>
AccountingRegister. getResources()
Returns the value of the 'Resources' containment reference list. -
Uses of AccountingRegisterResource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AccountingRegisterResource Modifier and Type Class Description class
AccountingRegisterResourceImpl
An implementation of the model object 'Accounting Register Resource'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AccountingRegisterResource Modifier and Type Method Description AccountingRegisterResource
MdClassFactoryImpl. createAccountingRegisterResource()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AccountingRegisterResource Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterResource>
AccountingRegisterImpl. getResources()
-
Uses of AccountingRegisterResource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AccountingRegisterResource Modifier and Type Method Description T
MdClassSwitch. caseAccountingRegisterResource(AccountingRegisterResource object)
Returns the result of interpreting the object as an instance of 'Accounting Register Resource'.boolean
MdClassValidator. validateAccountingRegisterResource(AccountingRegisterResource accountingRegisterResource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-