Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractCommandInterface
Packages that use AbstractCommandInterface
Package
Description
-
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.cmi.model
Subinterfaces of AbstractCommandInterface in com._1c.g5.v8.dt.cmi.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Command Interface'. -
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement AbstractCommandInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Command Interface'. -
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type AbstractCommandInterfaceModifier and TypeMethodDescriptionCmiSwitch.caseAbstractCommandInterface(AbstractCommandInterface object) Returns the result of interpreting the object as an instance of 'Abstract Command Interface'. -
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractCommandInterfaceModifier and TypeMethodDescriptionMdClassFactory.createAbstractCommandInterface()Returns a new object of class 'Abstract Command Interface'.Configuration.getCommandInterface()Returns the value of the 'Command Interface' reference.Subsystem.getCommandInterface()Returns the value of the 'Command Interface' reference.Configuration.getMainSectionCommandInterface()Returns the value of the 'Main Section Command Interface' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractCommandInterfaceModifier and TypeMethodDescriptionvoidConfiguration.setCommandInterface(AbstractCommandInterface value) Sets the value of the 'Command Interface' reference.voidSubsystem.setCommandInterface(AbstractCommandInterface value) Sets the value of the 'Command Interface' reference.voidConfiguration.setMainSectionCommandInterface(AbstractCommandInterface value) Sets the value of the 'Main Section Command Interface' reference. -
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractCommandInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Command Interface'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractCommandInterfaceModifier and TypeMethodDescriptionMdClassFactoryImpl.createAbstractCommandInterface()ConfigurationImpl.getCommandInterface()SubsystemImpl.getCommandInterface()ConfigurationImpl.getMainSectionCommandInterface()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractCommandInterfaceModifier and TypeMethodDescriptionvoidConfigurationImpl.setCommandInterface(AbstractCommandInterface newCommandInterface) voidSubsystemImpl.setCommandInterface(AbstractCommandInterface newCommandInterface) voidConfigurationImpl.setMainSectionCommandInterface(AbstractCommandInterface newMainSectionCommandInterface) -
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractCommandInterfaceModifier and TypeMethodDescriptionMdClassSwitch.caseAbstractCommandInterface(AbstractCommandInterface object) Returns the result of interpreting the object as an instance of 'Abstract Command Interface'.booleanMdClassValidator.validateAbstractCommandInterface(AbstractCommandInterface abstractCommandInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)