Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsOrderFragment
-
-
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragment
CmiFactory. 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.deriveddata
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragment
CommandItemGroup. 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 void
CommandItemGroup. setOrderFragment(CommandsOrderFragment value)
Sets the value of the 'Order Fragment
' reference. -
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return CommandsOrderFragment Modifier and Type Method Description CommandsOrderFragment
CommandItemGroupImpl. getOrderFragment()
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type CommandsOrderFragment Modifier and Type Method Description void
CommandItemGroupImpl. setOrderFragment(CommandsOrderFragment newOrderFragment)
-
Uses of CommandsOrderFragment in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsOrderFragment Modifier and Type Class Description class
CommandsOrderFragmentImpl
An 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 CommandsOrderFragment
CmiFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return CommandsOrderFragment Modifier and Type Method Description static CommandsOrderFragment
CmiModelUtil. 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 T
CmiSwitch. caseCommandsOrderFragment(CommandsOrderFragment object)
Returns the result of interpreting the object as an instance of 'Commands Order Fragment'.boolean
CmiValidator. validateCommandsOrderFragment(CommandsOrderFragment commandsOrderFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-