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 interfaceCommandInterfaceA 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 classCommandInterfaceImplAn 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 TCmiSwitch. 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 AbstractCommandInterfaceMdClassFactory. createAbstractCommandInterface()Returns a new object of class 'Abstract Command Interface'.AbstractCommandInterfaceConfiguration. getCommandInterface()Returns the value of the 'Command Interface' reference.AbstractCommandInterfaceSubsystem. getCommandInterface()Returns the value of the 'Command Interface' reference.AbstractCommandInterfaceConfiguration. 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 voidConfiguration. 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 AbstractCommandInterface Modifier and Type Class Description classAbstractCommandInterfaceImplAn 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 AbstractCommandInterfaceMdClassFactoryImpl. createAbstractCommandInterface()AbstractCommandInterfaceConfigurationImpl. getCommandInterface()AbstractCommandInterfaceSubsystemImpl. getCommandInterface()AbstractCommandInterfaceConfigurationImpl. getMainSectionCommandInterface()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractCommandInterface Modifier and Type Method Description voidConfigurationImpl. 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 AbstractCommandInterface Modifier and Type Method Description TMdClassSwitch. 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)
-