Uses of Interface
com._1c.g5.v8.dt.cmi.model.SubsystemsOrder
- 
Packages that use SubsystemsOrder Package Description com._1c.g5.v8.dt.cmi.model com._1c.g5.v8.dt.cmi.model.impl com._1c.g5.v8.dt.cmi.model.util 
- 
- 
Uses of SubsystemsOrder in com._1c.g5.v8.dt.cmi.modelMethods in com._1c.g5.v8.dt.cmi.model that return SubsystemsOrder Modifier and Type Method Description SubsystemsOrderCmiFactory. createSubsystemsOrder()Returns a new object of class 'Subsystems Order'.SubsystemsOrderCommandInterface. getSubsystemsOrder()Returns the value of the 'Subsystems Order' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type SubsystemsOrder Modifier and Type Method Description voidCommandInterface. setSubsystemsOrder(SubsystemsOrder value)Sets the value of the 'Subsystems Order' containment reference.
- 
Uses of SubsystemsOrder in com._1c.g5.v8.dt.cmi.model.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement SubsystemsOrder Modifier and Type Class Description classSubsystemsOrderImplAn implementation of the model object 'Subsystems Order'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return SubsystemsOrder Modifier and Type Method Description SubsystemsOrderCmiFactoryImpl. createSubsystemsOrder()SubsystemsOrderCommandInterfaceImpl. getSubsystemsOrder()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type SubsystemsOrder Modifier and Type Method Description voidCommandInterfaceImpl. setSubsystemsOrder(SubsystemsOrder newSubsystemsOrder)
- 
Uses of SubsystemsOrder in com._1c.g5.v8.dt.cmi.model.utilMethods in com._1c.g5.v8.dt.cmi.model.util with parameters of type SubsystemsOrder Modifier and Type Method Description TCmiSwitch. caseSubsystemsOrder(SubsystemsOrder object)Returns the result of interpreting the object as an instance of 'Subsystems Order'.booleanCmiValidator. validateSubsystemsOrder(SubsystemsOrder subsystemsOrder, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-