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.modelMethods in com._1c.g5.v8.dt.cmi.model that return CommandsOrder Modifier and Type Method Description CommandsOrderCmiFactory. createCommandsOrder()Returns a new object of class 'Commands Order'.CommandsOrderCommandInterface. 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 voidCommandInterface. setCommandsOrder(CommandsOrder value)Sets the value of the 'Commands Order' containment reference.
- 
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsOrder Modifier and Type Class Description classCommandsOrderImplAn 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 CommandsOrderCmiFactoryImpl. createCommandsOrder()CommandsOrderCommandInterfaceImpl. getCommandsOrder()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsOrder Modifier and Type Method Description voidCommandInterfaceImpl. setCommandsOrder(CommandsOrder newCommandsOrder)
- 
Uses of CommandsOrder in com._1c.g5.v8.dt.cmi.model.utilMethods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsOrder Modifier and Type Method Description TCmiSwitch. caseCommandsOrder(CommandsOrder object)Returns the result of interpreting the object as an instance of 'Commands Order'.booleanCmiValidator. validateCommandsOrder(CommandsOrder commandsOrder, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-