Interface ConfigurationCommandInterfaceItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConfigurationCommandInterfaceItemImpl
A representation of the model object 'Configuration Command Interface Item'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Subsystem' reference.Returns the value of the 'Visibility' containment reference.boolean
Returns the value of the 'Visibility Customized' attribute.void
setSubsystem
(Subsystem value) Sets the value of the 'Subsystem
' reference.void
setVisibility
(AdjustableBoolean value) Sets the value of the 'Visibility
' containment reference.void
setVisibilityCustomized
(boolean value) Sets the value of the 'Visibility Customized
' attribute.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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSubsystem
Subsystem getSubsystem()Returns the value of the 'Subsystem' reference.- Returns:
- the value of the 'Subsystem' reference.
- See Also:
-
setSubsystem
Sets the value of the 'Subsystem
' reference.- Parameters:
value
- the new value of the 'Subsystem' reference.- See Also:
-
isVisibilityCustomized
boolean isVisibilityCustomized()Returns the value of the 'Visibility Customized' attribute.- Returns:
- the value of the 'Visibility Customized' attribute.
- See Also:
-
setVisibilityCustomized
void setVisibilityCustomized(boolean value) Sets the value of the 'Visibility Customized
' attribute.- Parameters:
value
- the new value of the 'Visibility Customized' attribute.- See Also:
-
getVisibility
AdjustableBoolean getVisibility()Returns the value of the 'Visibility' containment reference.- Returns:
- the value of the 'Visibility' containment reference.
- See Also:
-
setVisibility
Sets the value of the 'Visibility
' containment reference.- Parameters:
value
- the new value of the 'Visibility' containment reference.- See Also:
-