Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonCommand
-
-
Uses of CommonCommand in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommonCommand Modifier and Type Method Description static CommonCommandTestMdObjectFactory. createCommonCommand(String name)Creates CommonCommand with name -
Uses of CommonCommand in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return CommonCommand Modifier and Type Method Description CommonCommandCommonCommandInitializer. create(IV8Project v8project, Version version) -
Uses of CommonCommand in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type CommonCommand Modifier and Type Method Description protected voidCommonCommandRule. buildForObject(CommonCommand object, IV8Project v8project) -
Uses of CommonCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonCommand Modifier and Type Method Description CommonCommandMdClassFactory. createCommonCommand()Returns a new object of class 'Common Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommonCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonCommand>Configuration. getCommonCommands()Returns the value of the 'Common Commands' reference list. -
Uses of CommonCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonCommand Modifier and Type Class Description classCommonCommandImplAn implementation of the model object 'Common Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonCommand Modifier and Type Method Description CommonCommandMdClassFactoryImpl. createCommonCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonCommand>ConfigurationImpl. getCommonCommands() -
Uses of CommonCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonCommand Modifier and Type Method Description TMdClassSwitch. caseCommonCommand(CommonCommand object)Returns the result of interpreting the object as an instance of 'Common Command'.booleanMdClassValidator. validateCommonCommand(CommonCommand commonCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-