Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsOrder
-
Packages that use CommandsOrder 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 CommandsOrder in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsOrder Modifier and Type Method Description CommandsOrder
CmiFactory. createCommandsOrder()
Returns a new object of class 'Commands Order'.CommandsOrder
CommandInterface. getCommandsOrder()
Returns the value of the 'Commands Order' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type CommandsOrder Modifier and Type Method Description void
CommandInterface. setCommandsOrder(CommandsOrder value)
Sets the value of the 'Commands Order
' containment reference. -
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsOrder Modifier and Type Class Description class
CommandsOrderImpl
An implementation of the model object 'Commands Order'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsOrder Modifier and Type Method Description CommandsOrder
CmiFactoryImpl. createCommandsOrder()
CommandsOrder
CommandInterfaceImpl. getCommandsOrder()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsOrder Modifier and Type Method Description void
CommandInterfaceImpl. setCommandsOrder(CommandsOrder newCommandsOrder)
-
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsOrder Modifier and Type Method Description T
CmiSwitch. caseCommandsOrder(CommandsOrder object)
Returns the result of interpreting the object as an instance of 'Commands Order'.boolean
CmiValidator. validateCommandsOrder(CommandsOrder commandsOrder, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-