Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ExchangePlanCommand
-
Packages that use ExchangePlanCommand 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 ExchangePlanCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ExchangePlanCommand Modifier and Type Method Description ExchangePlanCommandMdClassFactory. createExchangePlanCommand()Returns a new object of class 'Exchange Plan Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ExchangePlanCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanCommand>ExchangePlan. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of ExchangePlanCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ExchangePlanCommand Modifier and Type Class Description classExchangePlanCommandImplAn implementation of the model object 'Exchange Plan Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ExchangePlanCommand Modifier and Type Method Description ExchangePlanCommandMdClassFactoryImpl. createExchangePlanCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ExchangePlanCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExchangePlanCommand>ExchangePlanImpl. getCommands() -
Uses of ExchangePlanCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ExchangePlanCommand Modifier and Type Method Description TMdClassSwitch. caseExchangePlanCommand(ExchangePlanCommand object)Returns the result of interpreting the object as an instance of 'Exchange Plan Command'.booleanMdClassValidator. validateExchangePlanCommand(ExchangePlanCommand exchangePlanCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-