Package com._1c.g5.v8.dt.cmi.model
Interface SubsystemsVisibilityFragment
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- SubsystemsVisibilityFragmentImpl
 
 public interface SubsystemsVisibilityFragment extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Subsystems Visibility Fragment'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SubsystemgetSubsystem()Returns the value of the 'Subsystem' reference.AdjustableBooleangetVisible()Returns the value of the 'Visible' containment reference.voidsetSubsystem(Subsystem value)Sets the value of the 'Subsystem' reference.voidsetVisible(AdjustableBoolean value)Sets the value of the 'Visible' containment reference.
 
- 
- 
- 
Method Detail- 
getSubsystemSubsystem getSubsystem() Returns the value of the 'Subsystem' reference.- Returns:
- the value of the 'Subsystem' reference.
- See Also:
- setSubsystem(Subsystem),- CmiPackage.getSubsystemsVisibilityFragment_Subsystem()
 
 - 
setSubsystemvoid setSubsystem(Subsystem value) Sets the value of the 'Subsystem' reference.- Parameters:
- value- the new value of the 'Subsystem' reference.
- See Also:
- getSubsystem()
 
 - 
getVisibleAdjustableBoolean getVisible() Returns the value of the 'Visible' containment reference.- Returns:
- the value of the 'Visible' containment reference.
- See Also:
- setVisible(AdjustableBoolean),- CmiPackage.getSubsystemsVisibilityFragment_Visible()
 
 - 
setVisiblevoid setVisible(AdjustableBoolean value) Sets the value of the 'Visible' containment reference.- Parameters:
- value- the new value of the 'Visible' containment reference.
- See Also:
- getVisible()
 
 
- 
 
-