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 CommandgetCommand()Returns the value of the 'Command' reference.CommandItemGroupgetGroup()AdjustableBooleangetVisibility()Returns the value of the 'Visibility' containment reference.CommandsVisibilityFragmentgetVisibilityFragment()Returns the value of the 'Visibility Fragment' reference.booleanisGroupCustomized()Returns the value of the 'Group Customized' attribute.booleanisVisibilityCustomized()Returns the value of the 'Visibility Customized' attribute.voidsetCommand(Command value)Sets the value of the 'Command' reference.voidsetGroupCustomized(boolean value)Sets the value of the 'Group Customized' attribute.voidsetVisibility(AdjustableBoolean value)Sets the value of the 'Visibility' containment reference.voidsetVisibilityCustomized(boolean value)Sets the value of the 'Visibility Customized' attribute.voidsetVisibilityFragment(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-