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.EObject
A representation of the model object 'Commands Visibility Fragment'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command' reference.Returns the value of the 'Visible' containment reference.void
setCommand
(Command value) Sets the value of the 'Command
' reference.void
setVisible
(AdjustableBoolean value) Sets the value of the 'Visible
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCommand
Command getCommand()Returns the value of the 'Command' reference.- Returns:
- the value of the 'Command' reference.
- See Also:
-
setCommand
Sets the value of the 'Command
' reference.- Parameters:
value
- the new value of the 'Command' reference.- See Also:
-
getVisible
AdjustableBoolean getVisible()Returns the value of the 'Visible' containment reference.- Returns:
- the value of the 'Visible' containment reference.
- See Also:
-
setVisible
Sets the value of the 'Visible
' containment reference.- Parameters:
value
- the new value of the 'Visible' containment reference.- See Also:
-