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 CommandsVisibilityFragment
CmiFactory. 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 CommandsVisibilityFragment
CommandItem. 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 void
CommandItem. 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 CommandsVisibilityFragment
CommandItemImpl. getVisibilityFragment()
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type CommandsVisibilityFragment Modifier and Type Method Description void
CommandItemImpl. 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 class
CommandsVisibilityFragmentImpl
An 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 CommandsVisibilityFragment
CmiFactoryImpl. 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 T
CmiSwitch. caseCommandsVisibilityFragment(CommandsVisibilityFragment object)
Returns the result of interpreting the object as an instance of 'Commands Visibility Fragment'.boolean
CmiValidator. validateCommandsVisibilityFragment(CommandsVisibilityFragment commandsVisibilityFragment, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-