Package com._1c.g5.v8.dt.cmi.model
Interface CommandsVisibilityFragment
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CommandsVisibilityFragmentImpl
 
 public interface CommandsVisibilityFragment extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Commands Visibility Fragment'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandgetCommand()Returns the value of the 'Command' reference.AdjustableBooleangetVisible()Returns the value of the 'Visible' containment reference.voidsetCommand(Command value)Sets the value of the 'Command' reference.voidsetVisible(AdjustableBoolean value)Sets the value of the 'Visible' containment reference.
 
- 
- 
- 
Method Detail- 
getCommandCommand getCommand() Returns the value of the 'Command' reference.- Returns:
- the value of the 'Command' reference.
- See Also:
- setCommand(Command),- CmiPackage.getCommandsVisibilityFragment_Command()
 
 - 
setCommandvoid setCommand(Command value) Sets the value of the 'Command' reference.- Parameters:
- value- the new value of the 'Command' reference.
- See Also:
- getCommand()
 
 - 
getVisibleAdjustableBoolean getVisible() Returns the value of the 'Visible' containment reference.- Returns:
- the value of the 'Visible' containment reference.
- See Also:
- setVisible(AdjustableBoolean),- CmiPackage.getCommandsVisibilityFragment_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()
 
 
- 
 
-