Interface BasicCommandExtension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,MdObjectExtension
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
,TypeDescriptionProvider
- All Known Implementing Classes:
BasicCommandExtensionImpl
A representation of the model object 'Basic Command Extension'.
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 'Command Module' attribute.Returns the value of the 'Command Parameter Type' attribute.Returns the value of the 'Command Parameter Type Extension' containment reference.getGroup()
Returns the value of the 'Group' attribute.Returns the value of the 'Picture' attribute.Returns the value of the 'Tooltip' attribute.void
setCommandModule
(MdPropertyState value) Sets the value of the 'Command Module
' attribute.void
Sets the value of the 'Command Parameter Type
' attribute.void
Sets the value of the 'Command Parameter Type Extension
' containment reference.void
setGroup
(MdPropertyState value) Sets the value of the 'Group
' attribute.void
setPicture
(MdPropertyState value) Sets the value of the 'Picture
' attribute.void
setTooltip
(MdPropertyState value) Sets the value of the 'Tooltip
' 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 com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, getSynonym, setExtendedConfigurationObject, setSynonym
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
Method Details
-
getGroup
MdPropertyState getGroup()Returns the value of the 'Group' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Group' attribute.
- See Also:
-
setGroup
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
-
getCommandParameterType
MdPropertyState getCommandParameterType()Returns the value of the 'Command Parameter Type' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Command Parameter Type' attribute.
- See Also:
-
setCommandParameterType
Sets the value of the 'Command Parameter Type
' attribute.- Parameters:
value
- the new value of the 'Command Parameter Type' attribute.- See Also:
-
getCommandParameterTypeExtension
TypeDescriptionExtension getCommandParameterTypeExtension()Returns the value of the 'Command Parameter Type Extension' containment reference.- Returns:
- the value of the 'Command Parameter Type Extension' containment reference.
- See Also:
-
setCommandParameterTypeExtension
Sets the value of the 'Command Parameter Type Extension
' containment reference.- Parameters:
value
- the new value of the 'Command Parameter Type Extension' containment reference.- See Also:
-
getCommandModule
MdPropertyState getCommandModule()Returns the value of the 'Command Module' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Command Module' attribute.
- See Also:
-
setCommandModule
Sets the value of the 'Command Module
' attribute.- Parameters:
value
- the new value of the 'Command Module' attribute.- See Also:
-
getTooltip
MdPropertyState getTooltip()Returns the value of the 'Tooltip' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
-
getPicture
MdPropertyState getPicture()Returns the value of the 'Picture' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Picture' attribute.
- See Also:
-
setPicture
Sets the value of the 'Picture
' attribute.- Parameters:
value
- the new value of the 'Picture' attribute.- See Also:
-