Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsPlacementFragment
-
Packages that use CommandsPlacementFragment 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 CommandsPlacementFragment in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsPlacementFragment Modifier and Type Method Description CommandsPlacementFragment
CmiFactory. createCommandsPlacementFragment()
Returns a new object of class 'Commands Placement Fragment'.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type CommandsPlacementFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandsPlacementFragment>
CommandsPlacement. getPlacementFragments()
Returns the value of the 'Placement Fragments' containment reference list. -
Uses of CommandsPlacementFragment in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsPlacementFragment Modifier and Type Class Description class
CommandsPlacementFragmentImpl
An implementation of the model object 'Commands Placement Fragment'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsPlacementFragment Modifier and Type Method Description CommandsPlacementFragment
CmiFactoryImpl. createCommandsPlacementFragment()
Methods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type CommandsPlacementFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandsPlacementFragment>
CommandsPlacementImpl. getPlacementFragments()
-
Uses of CommandsPlacementFragment in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsPlacementFragment Modifier and Type Method Description T
CmiSwitch. caseCommandsPlacementFragment(CommandsPlacementFragment object)
Returns the result of interpreting the object as an instance of 'Commands Placement Fragment'.boolean
CmiValidator. validateCommandsPlacementFragment(CommandsPlacementFragment commandsPlacementFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-