Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ChartOfAccountsAttribute
-
Packages that use ChartOfAccountsAttribute 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 ChartOfAccountsAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChartOfAccountsAttribute Modifier and Type Method Description ChartOfAccountsAttribute
MdClassFactory. createChartOfAccountsAttribute()
Returns a new object of class 'Chart Of Accounts Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ChartOfAccountsAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartOfAccountsAttribute>
ChartOfAccounts. getAttributes()
Returns the value of the 'Attributes' containment reference list. -
Uses of ChartOfAccountsAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ChartOfAccountsAttribute Modifier and Type Class Description class
ChartOfAccountsAttributeImpl
An implementation of the model object 'Chart Of Accounts Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ChartOfAccountsAttribute Modifier and Type Method Description ChartOfAccountsAttribute
MdClassFactoryImpl. createChartOfAccountsAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ChartOfAccountsAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartOfAccountsAttribute>
ChartOfAccountsImpl. getAttributes()
-
Uses of ChartOfAccountsAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ChartOfAccountsAttribute Modifier and Type Method Description T
MdClassSwitch. caseChartOfAccountsAttribute(ChartOfAccountsAttribute object)
Returns the result of interpreting the object as an instance of 'Chart Of Accounts Attribute'.boolean
MdClassValidator. validateChartOfAccountsAttribute(ChartOfAccountsAttribute chartOfAccountsAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-