Uses of Interface
com._1c.g5.v8.dt.cmi.model.CommandsVisibilityFragment
-
-
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return CommandsVisibilityFragment Modifier and Type Method Description CommandsVisibilityFragmentCmiFactory. createCommandsVisibilityFragment()Returns a new object of class 'Commands Visibility Fragment'.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type CommandsVisibilityFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandsVisibilityFragment>CommandsVisibility. getVisibilityFragments()Returns the value of the 'Visibility Fragments' containment reference list. -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.deriveddata
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return CommandsVisibilityFragment Modifier and Type Method Description CommandsVisibilityFragmentCommandItem. getVisibilityFragment()Returns the value of the 'Visibility Fragment' reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type CommandsVisibilityFragment Modifier and Type Method Description voidCommandItem. setVisibilityFragment(CommandsVisibilityFragment value)Sets the value of the 'Visibility Fragment' reference. -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return CommandsVisibilityFragment Modifier and Type Method Description CommandsVisibilityFragmentCommandItemImpl. getVisibilityFragment()Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type CommandsVisibilityFragment Modifier and Type Method Description voidCommandItemImpl. setVisibilityFragment(CommandsVisibilityFragment newVisibilityFragment) -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement CommandsVisibilityFragment Modifier and Type Class Description classCommandsVisibilityFragmentImplAn implementation of the model object 'Commands Visibility Fragment'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return CommandsVisibilityFragment Modifier and Type Method Description CommandsVisibilityFragmentCmiFactoryImpl. createCommandsVisibilityFragment()Methods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type CommandsVisibilityFragment Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommandsVisibilityFragment>CommandsVisibilityImpl. getVisibilityFragments() -
Uses of CommandsVisibilityFragment in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type CommandsVisibilityFragment Modifier and Type Method Description TCmiSwitch. caseCommandsVisibilityFragment(CommandsVisibilityFragment object)Returns the result of interpreting the object as an instance of 'Commands Visibility Fragment'.booleanCmiValidator. validateCommandsVisibilityFragment(CommandsVisibilityFragment commandsVisibilityFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-