Interface CommandItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandItemImpl
A representation of the model object 'Command Item'.
The following features are supported:
- See Also:
-
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 'Command' reference.getGroup()
Returns the value of the 'Visibility' containment reference.Returns the value of the 'Visibility Fragment' containment reference.boolean
Returns the value of the 'Group Customized' attribute.boolean
Returns the value of the 'Visibility Customized' attribute.void
setCommand
(Command value) Sets the value of the 'Command
' reference.void
setGroupCustomized
(boolean value) Sets the value of the 'Group Customized
' attribute.void
setVisibility
(AdjustableBoolean value) Sets the value of the 'Visibility
' containment reference.void
setVisibilityCustomized
(boolean value) Sets the value of the 'Visibility Customized
' attribute.void
Sets the value of the 'Visibility Fragment
' 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 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
-
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:
-
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:
-
getVisibilityFragment
CommandsVisibilityFragment getVisibilityFragment()Returns the value of the 'Visibility Fragment' containment reference.- Returns:
- the value of the 'Visibility Fragment' containment reference.
- See Also:
-
setVisibilityFragment
Sets the value of the 'Visibility Fragment
' containment reference.- Parameters:
value
- the new value of the 'Visibility Fragment' containment reference.- 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:
-
isGroupCustomized
boolean isGroupCustomized()Returns the value of the 'Group Customized' attribute.- Returns:
- the value of the 'Group Customized' attribute.
- See Also:
-
setGroupCustomized
void setGroupCustomized(boolean value) Sets the value of the 'Group Customized
' attribute.- Parameters:
value
- the new value of the 'Group Customized' attribute.- See Also:
-
getGroup
CommandItemGroup getGroup()
-