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 TypeInterfaceDescriptioninterface
A 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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
Configuration.setCommandInterface
(AbstractCommandInterface value) Sets the value of the 'Command Interface
' reference.void
Subsystem.setCommandInterface
(AbstractCommandInterface value) Sets the value of the 'Command Interface
' reference.void
Configuration.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
ConfigurationImpl.setCommandInterface
(AbstractCommandInterface newCommandInterface) void
SubsystemImpl.setCommandInterface
(AbstractCommandInterface newCommandInterface) void
ConfigurationImpl.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'.boolean
MdClassValidator.validateAbstractCommandInterface
(AbstractCommandInterface abstractCommandInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)