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.modelMethods in com._1c.g5.v8.dt.cmi.model that return CommandsVisibility Modifier and Type Method Description CommandsVisibilityCmiFactory. createCommandsVisibility()Returns a new object of class 'Commands Visibility'.CommandsVisibilityCommandInterface. 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 voidCommandInterface. setCommandsVisibility(CommandsVisibility value)Sets the value of the 'Commands Visibility' containment reference.
- 
Uses of CommandsVisibility in com._1c.g5.v8.dt.cmi.model.implClasses in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsVisibility Modifier and Type Class Description classCommandsVisibilityImplAn 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 CommandsVisibilityCmiFactoryImpl. createCommandsVisibility()CommandsVisibilityCommandInterfaceImpl. getCommandsVisibility()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type CommandsVisibility Modifier and Type Method Description voidCommandInterfaceImpl. setCommandsVisibility(CommandsVisibility newCommandsVisibility)
- 
Uses of CommandsVisibility in com._1c.g5.v8.dt.cmi.model.utilMethods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsVisibility Modifier and Type Method Description TCmiSwitch. caseCommandsVisibility(CommandsVisibility object)Returns the result of interpreting the object as an instance of 'Commands Visibility'.booleanCmiValidator. validateCommandsVisibility(CommandsVisibility commandsVisibility, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-