Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsOrderFragment
- 
- 
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.modelMethods in com._1c.g5.v8.dt.cmi.model that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragmentCmiFactory. createCommandsOrderFragment()Returns a new object of class 'Commands Order Fragment'.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type CommandsOrderFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandsOrderFragment>CommandsOrder. getOrderFragments()Returns the value of the 'Order Fragments' containment reference list.
- 
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.deriveddataMethods in com._1c.g5.v8.dt.cmi.model.deriveddata that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragmentCommandItemGroup. getOrderFragment()Returns the value of the 'Order Fragment' reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type CommandsOrderFragment Modifier and Type Method Description voidCommandItemGroup. setOrderFragment(CommandsOrderFragment value)Sets the value of the 'Order Fragment' reference.
- 
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.deriveddata.implMethods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragmentCommandItemGroupImpl. getOrderFragment()Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type CommandsOrderFragment Modifier and Type Method Description voidCommandItemGroupImpl. setOrderFragment(CommandsOrderFragment newOrderFragment)
- 
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsOrderFragment Modifier and Type Class Description classCommandsOrderFragmentImplAn implementation of the model object 'Commands Order Fragment'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragmentCmiFactoryImpl. createCommandsOrderFragment()Methods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type CommandsOrderFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandsOrderFragment>CommandsOrderImpl. getOrderFragments()
- 
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.utilMethods in com._1c.g5.v8.dt.cmi.model.util that return CommandsOrderFragment Modifier and Type Method Description static CommandsOrderFragmentCmiModelUtil. getCommandsOrderFragmentForGroup(org.eclipse.emf.ecore.EObject group, CommandInterface commandInterface)Gets commands order fragment fo group.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsOrderFragment Modifier and Type Method Description TCmiSwitch. caseCommandsOrderFragment(CommandsOrderFragment object)Returns the result of interpreting the object as an instance of 'Commands Order Fragment'.booleanCmiValidator. validateCommandsOrderFragment(CommandsOrderFragment commandsOrderFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-