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.model
Methods in com._1c.g5.v8.dt.cmi.model that return SubsystemsOrder Modifier and Type Method Description SubsystemsOrder
CmiFactory. createSubsystemsOrder()
Returns a new object of class 'Subsystems Order'.SubsystemsOrder
CommandInterface. 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 void
CommandInterface. setSubsystemsOrder(SubsystemsOrder value)
Sets the value of the 'Subsystems Order
' containment reference. -
Uses of SubsystemsOrder in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement SubsystemsOrder Modifier and Type Class Description class
SubsystemsOrderImpl
An 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 SubsystemsOrder
CmiFactoryImpl. createSubsystemsOrder()
SubsystemsOrder
CommandInterfaceImpl. getSubsystemsOrder()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type SubsystemsOrder Modifier and Type Method Description void
CommandInterfaceImpl. setSubsystemsOrder(SubsystemsOrder newSubsystemsOrder)
-
Uses of SubsystemsOrder in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type SubsystemsOrder Modifier and Type Method Description T
CmiSwitch. caseSubsystemsOrder(SubsystemsOrder object)
Returns the result of interpreting the object as an instance of 'Subsystems Order'.boolean
CmiValidator. validateSubsystemsOrder(SubsystemsOrder subsystemsOrder, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-