Uses of Interface
com._1c.g5.v8.dt.cmi.model.SubsystemsVisibility
-
Packages that use SubsystemsVisibility 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 SubsystemsVisibility in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return SubsystemsVisibility Modifier and Type Method Description SubsystemsVisibility
CmiFactory. createSubsystemsVisibility()
Returns a new object of class 'Subsystems Visibility'.SubsystemsVisibility
CommandInterface. getSubsystemsVisibility()
Returns the value of the 'Subsystems Visibility' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type SubsystemsVisibility Modifier and Type Method Description void
CommandInterface. setSubsystemsVisibility(SubsystemsVisibility value)
Sets the value of the 'Subsystems Visibility
' containment reference. -
Uses of SubsystemsVisibility in com._1c.g5.v8.dt.cmi.model.impl
Classes in com._1c.g5.v8.dt.cmi.model.impl that implement SubsystemsVisibility Modifier and Type Class Description class
SubsystemsVisibilityImpl
An implementation of the model object 'Subsystems Visibility'.Methods in com._1c.g5.v8.dt.cmi.model.impl that return SubsystemsVisibility Modifier and Type Method Description SubsystemsVisibility
CmiFactoryImpl. createSubsystemsVisibility()
SubsystemsVisibility
CommandInterfaceImpl. getSubsystemsVisibility()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type SubsystemsVisibility Modifier and Type Method Description void
CommandInterfaceImpl. setSubsystemsVisibility(SubsystemsVisibility newSubsystemsVisibility)
-
Uses of SubsystemsVisibility in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type SubsystemsVisibility Modifier and Type Method Description T
CmiSwitch. caseSubsystemsVisibility(SubsystemsVisibility object)
Returns the result of interpreting the object as an instance of 'Subsystems Visibility'.boolean
CmiValidator. validateSubsystemsVisibility(SubsystemsVisibility subsystemsVisibility, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-