Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsPlacement
- 
Packages that use CommandsPlacement 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 CommandsPlacement in com._1c.g5.v8.dt.cmi.modelMethods in com._1c.g5.v8.dt.cmi.model that return CommandsPlacement Modifier and Type Method Description CommandsPlacementCmiFactory. createCommandsPlacement()Returns a new object of class 'Commands Placement'.CommandsPlacementCommandInterface. getCommandsPlacement()Returns the value of the 'Commands Placement' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type CommandsPlacement Modifier and Type Method Description voidCommandInterface. setCommandsPlacement(CommandsPlacement value)Sets the value of the 'Commands Placement' containment reference.
- 
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsPlacement Modifier and Type Class Description classCommandsPlacementImplAn implementation of the model object 'Commands Placement'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsPlacement Modifier and Type Method Description CommandsPlacementCmiFactoryImpl. createCommandsPlacement()CommandsPlacementCommandInterfaceImpl. getCommandsPlacement()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsPlacement Modifier and Type Method Description voidCommandInterfaceImpl. setCommandsPlacement(CommandsPlacement newCommandsPlacement)
- 
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model.utilMethods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsPlacement Modifier and Type Method Description TCmiSwitch. caseCommandsPlacement(CommandsPlacement object)Returns the result of interpreting the object as an instance of 'Commands Placement'.booleanCmiValidator. validateCommandsPlacement(CommandsPlacement commandsPlacement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-