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