Interface Mapping
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MappingImpl
public interface Mapping
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Mapping'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCmd()
Returns the value of the 'Cmd' attribute.getIcon()
Returns the value of the 'Icon' attribute.getLabel()
Returns the value of the 'Label' attribute.Returns the value of the 'Release Cmd' attribute.void
Sets the value of the 'Cmd
' attribute.void
Sets the value of the 'Icon
' attribute.void
Sets the value of the 'Label
' attribute.void
setReleaseCmd
(String value) Sets the value of the 'Release Cmd
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCmd
String getCmd()Returns the value of the 'Cmd' attribute.- Returns:
- the value of the 'Cmd' attribute.
- See Also:
-
setCmd
Sets the value of the 'Cmd
' attribute.- Parameters:
value
- the new value of the 'Cmd' attribute.- See Also:
-
getReleaseCmd
String getReleaseCmd()Returns the value of the 'Release Cmd' attribute.- Returns:
- the value of the 'Release Cmd' attribute.
- See Also:
-
setReleaseCmd
Sets the value of the 'Release Cmd
' attribute.- Parameters:
value
- the new value of the 'Release Cmd' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
-
getIcon
String getIcon()Returns the value of the 'Icon' attribute.- Returns:
- the value of the 'Icon' attribute.
- See Also:
-
setIcon
Sets the value of the 'Icon
' attribute.- Parameters:
value
- the new value of the 'Icon' attribute.- See Also:
-