Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsVisibility
-
Packages that use CommandsVisibility 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 CommandsVisibility in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsVisibility Modifier and Type Method Description CommandsVisibility
CmiFactory. createCommandsVisibility()
Returns a new object of class 'Commands Visibility'.CommandsVisibility
CommandInterface. getCommandsVisibility()
Returns the value of the 'Commands Visibility' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type CommandsVisibility Modifier and Type Method Description void
CommandInterface. setCommandsVisibility(CommandsVisibility value)
Sets the value of the 'Commands Visibility
' containment reference. -
Uses of CommandsVisibility in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsVisibility Modifier and Type Class Description class
CommandsVisibilityImpl
An implementation of the model object 'Commands Visibility'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsVisibility Modifier and Type Method Description CommandsVisibility
CmiFactoryImpl. createCommandsVisibility()
CommandsVisibility
CommandInterfaceImpl. getCommandsVisibility()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsVisibility Modifier and Type Method Description void
CommandInterfaceImpl. setCommandsVisibility(CommandsVisibility newCommandsVisibility)
-
Uses of CommandsVisibility in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsVisibility Modifier and Type Method Description T
CmiSwitch. caseCommandsVisibility(CommandsVisibility object)
Returns the result of interpreting the object as an instance of 'Commands Visibility'.boolean
CmiValidator. validateCommandsVisibility(CommandsVisibility commandsVisibility, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-