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