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 ChartOfAccountsAttributeMdClassFactory. 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 classChartOfAccountsAttributeImplAn 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 ChartOfAccountsAttributeMdClassFactoryImpl. 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 TMdClassSwitch. caseChartOfAccountsAttribute(ChartOfAccountsAttribute object)Returns the result of interpreting the object as an instance of 'Chart Of Accounts Attribute'.booleanMdClassValidator. validateChartOfAccountsAttribute(ChartOfAccountsAttribute chartOfAccountsAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-