Uses of Interface
com._1c.g5.v8.dt.cmi.model.deriveddata.SubsystemCommandInterface
Packages that use SubsystemCommandInterface
Package
Description
-
Uses of SubsystemCommandInterface in com._1c.g5.v8.dt.cmi.model.deriveddata
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return SubsystemCommandInterfaceModifier and TypeMethodDescriptionCmiDerivedDataFactory.createSubsystemCommandInterface()Returns a new object of class 'Subsystem Command Interface'.SubsystemCommandInterface.getParentCommandInterface()Returns the value of the 'Parent Command Interface' reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return types with arguments of type SubsystemCommandInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SubsystemCommandInterface>CommandInterfaceRoot.getAllSubsystemCommandInterfaces()Returns the value of the 'All Subsystem Command Interfaces' containment reference list.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>SubsystemCommandInterface.getSubordinateCommandInterfaces()Returns the value of the 'Subordinate Command Interfaces' reference list.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>CommandInterfaceRoot.getTopLevelSubsystemCommandInterfaces()Returns the value of the 'Top Level Subsystem Command Interfaces' reference list.org.eclipse.emf.common.util.EList<SubsystemCommandInterface>CommandInterfaceRoot.getUnresolvedSubsystemCommandInterface()Returns the value of the 'Unresolved Subsystem Command Interface' containment reference list.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type SubsystemCommandInterfaceModifier and TypeMethodDescriptionvoidSubsystemCommandInterface.setParentCommandInterface(SubsystemCommandInterface value) Sets the value of the 'Parent Command Interface' reference. -
Uses of SubsystemCommandInterface in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Classes in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that implement SubsystemCommandInterfaceModifier and TypeClassDescriptionclassAn implementation of the model object 'Subsystem Command Interface'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return SubsystemCommandInterfaceModifier and TypeMethodDescriptionCmiDerivedDataFactoryImpl.createSubsystemCommandInterface()SubsystemCommandInterfaceImpl.getParentCommandInterface()Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return types with arguments of type SubsystemCommandInterfaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SubsystemCommandInterface>CommandInterfaceRootImpl.getAllSubsystemCommandInterfaces()org.eclipse.emf.common.util.EList<SubsystemCommandInterface>SubsystemCommandInterfaceImpl.getSubordinateCommandInterfaces()org.eclipse.emf.common.util.EList<SubsystemCommandInterface>CommandInterfaceRootImpl.getTopLevelSubsystemCommandInterfaces()org.eclipse.emf.common.util.EList<SubsystemCommandInterface>CommandInterfaceRootImpl.getUnresolvedSubsystemCommandInterface()Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type SubsystemCommandInterfaceModifier and TypeMethodDescriptionvoidSubsystemCommandInterfaceImpl.setParentCommandInterface(SubsystemCommandInterface newParentCommandInterface) -
Uses of SubsystemCommandInterface in com._1c.g5.v8.dt.cmi.model.deriveddata.util
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.util with parameters of type SubsystemCommandInterfaceModifier and TypeMethodDescriptionCmiDerivedDataSwitch.caseSubsystemCommandInterface(SubsystemCommandInterface object) Returns the result of interpreting the object as an instance of 'Subsystem Command Interface'. -
Uses of SubsystemCommandInterface in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return SubsystemCommandInterfaceModifier and TypeMethodDescriptionstatic SubsystemCommandInterfaceCommandInterfaceUtil.getParentSubsystemCommandInterface(SubsystemCommandInterface subsystemCommandInterface) Gets parent subsystem interface.static SubsystemCommandInterfaceCommandInterfaceUtil.getSubsystemCommandInterface(ConfigurationCommandInterfaceItem configurationCommandInterfaceItem) Gets subsystem interface by interface section item.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type SubsystemCommandInterfaceModifier and TypeMethodDescriptionCommandInterfaceUtil.getConfigurationCommandInterfaceItem(SubsystemCommandInterface subsystemCommandInterface) Gets interface section item by subsystem interface.static SubsystemCommandInterfaceCommandInterfaceUtil.getParentSubsystemCommandInterface(SubsystemCommandInterface subsystemCommandInterface) Gets parent subsystem interface.