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 CommonCommand
TestMdObjectFactory. 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 CommonCommand
CommonCommandInitializer. 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 void
CommonCommandRule. 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 CommonCommand
MdClassFactory. 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 class
CommonCommandImpl
An 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 CommonCommand
MdClassFactoryImpl. 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 T
MdClassSwitch. caseCommonCommand(CommonCommand object)
Returns the result of interpreting the object as an instance of 'Common Command'.boolean
MdClassValidator. validateCommonCommand(CommonCommand commonCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-