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.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsPlacement Modifier and Type Method Description CommandsPlacement
CmiFactory. createCommandsPlacement()
Returns a new object of class 'Commands Placement'.CommandsPlacement
CommandInterface. 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 void
CommandInterface. setCommandsPlacement(CommandsPlacement value)
Sets the value of the 'Commands Placement
' containment reference. -
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsPlacement Modifier and Type Class Description class
CommandsPlacementImpl
An 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 CommandsPlacement
CmiFactoryImpl. createCommandsPlacement()
CommandsPlacement
CommandInterfaceImpl. getCommandsPlacement()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsPlacement Modifier and Type Method Description void
CommandInterfaceImpl. setCommandsPlacement(CommandsPlacement newCommandsPlacement)
-
Uses of CommandsPlacement in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsPlacement Modifier and Type Method Description T
CmiSwitch. caseCommandsPlacement(CommandsPlacement object)
Returns the result of interpreting the object as an instance of 'Commands Placement'.boolean
CmiValidator. validateCommandsPlacement(CommandsPlacement commandsPlacement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-