Interface CommandItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandItemImpl
public interface CommandItem extends IBmObject
A representation of the model object 'Command Item'.The following features are supported:
- See Also:
CmiDerivedDataPackage.getCommandItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command
getCommand()
Returns the value of the 'Command' reference.CommandItemGroup
getGroup()
AdjustableBoolean
getVisibility()
Returns the value of the 'Visibility' containment reference.CommandsVisibilityFragment
getVisibilityFragment()
Returns the value of the 'Visibility Fragment' reference.boolean
isGroupCustomized()
Returns the value of the 'Group Customized' attribute.boolean
isVisibilityCustomized()
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
setVisibilityFragment(CommandsVisibilityFragment value)
Sets the value of the 'Visibility Fragment
' 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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getCommand
Command getCommand()
Returns the value of the 'Command' reference.- Returns:
- the value of the 'Command' reference.
- See Also:
setCommand(Command)
,CmiDerivedDataPackage.getCommandItem_Command()
-
setCommand
void setCommand(Command value)
Sets the value of the 'Command
' reference.- Parameters:
value
- the new value of the 'Command' reference.- See Also:
getCommand()
-
isVisibilityCustomized
boolean isVisibilityCustomized()
Returns the value of the 'Visibility Customized' attribute.- Returns:
- the value of the 'Visibility Customized' attribute.
- See Also:
setVisibilityCustomized(boolean)
,CmiDerivedDataPackage.getCommandItem_VisibilityCustomized()
-
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:
isVisibilityCustomized()
-
getVisibilityFragment
CommandsVisibilityFragment getVisibilityFragment()
Returns the value of the 'Visibility Fragment' reference.- Returns:
- the value of the 'Visibility Fragment' reference.
- See Also:
setVisibilityFragment(CommandsVisibilityFragment)
,CmiDerivedDataPackage.getCommandItem_VisibilityFragment()
-
setVisibilityFragment
void setVisibilityFragment(CommandsVisibilityFragment value)
Sets the value of the 'Visibility Fragment
' reference.- Parameters:
value
- the new value of the 'Visibility Fragment' reference.- See Also:
getVisibilityFragment()
-
getVisibility
AdjustableBoolean getVisibility()
Returns the value of the 'Visibility' containment reference.- Returns:
- the value of the 'Visibility' containment reference.
- See Also:
setVisibility(AdjustableBoolean)
,CmiDerivedDataPackage.getCommandItem_Visibility()
-
setVisibility
void setVisibility(AdjustableBoolean value)
Sets the value of the 'Visibility
' containment reference.- Parameters:
value
- the new value of the 'Visibility' containment reference.- See Also:
getVisibility()
-
isGroupCustomized
boolean isGroupCustomized()
Returns the value of the 'Group Customized' attribute.- Returns:
- the value of the 'Group Customized' attribute.
- See Also:
setGroupCustomized(boolean)
,CmiDerivedDataPackage.getCommandItem_GroupCustomized()
-
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:
isGroupCustomized()
-
getGroup
CommandItemGroup getGroup()
-
-