Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractCommandInterface
-
-
Uses of AbstractCommandInterface in com._1c.g5.v8.dt.cmi.model
Subinterfaces of AbstractCommandInterface in com._1c.g5.v8.dt.cmi.model Modifier and Type Interface Description interface
CommandInterface
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 AbstractCommandInterface Modifier and Type Class Description class
CommandInterfaceImpl
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 AbstractCommandInterface Modifier and Type Method Description T
CmiSwitch. 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 AbstractCommandInterface Modifier and Type Method Description AbstractCommandInterface
MdClassFactory. createAbstractCommandInterface()
Returns a new object of class 'Abstract Command Interface'.AbstractCommandInterface
Configuration. getCommandInterface()
Returns the value of the 'Command Interface' reference.AbstractCommandInterface
Subsystem. getCommandInterface()
Returns the value of the 'Command Interface' reference.AbstractCommandInterface
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 AbstractCommandInterface Modifier and Type Method Description void
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 AbstractCommandInterface Modifier and Type Class Description class
AbstractCommandInterfaceImpl
An implementation of the model object 'Abstract Command Interface'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractCommandInterface Modifier and Type Method Description AbstractCommandInterface
MdClassFactoryImpl. createAbstractCommandInterface()
AbstractCommandInterface
ConfigurationImpl. getCommandInterface()
AbstractCommandInterface
SubsystemImpl. getCommandInterface()
AbstractCommandInterface
ConfigurationImpl. getMainSectionCommandInterface()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractCommandInterface Modifier and Type Method Description void
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 AbstractCommandInterface Modifier and Type Method Description T
MdClassSwitch. 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)
-