- All Superinterfaces:
EObject
, Notifier
- All Known Implementing Classes:
MapEntryImpl
public interface MapEntry
extends EObject
A representation of the model object '
Map Entry'.
The following features are supported:
- See Also:
-
- Generated class or method.
- EMF model class or method.
-
Method Summary
Returns the value of the 'Key' attribute.
Returns the value of the 'Value' attribute.
void
Sets the value of the '
Key
' attribute.
void
Sets the value of the '
Value
' 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
-
Method Details
-
getKey
Returns the value of the 'Key' attribute.
The default value is ""
.
- Returns:
- the value of the 'Key' attribute.
- See Also:
-
- Generated class or method.
- EMF model class or method.
- default="" required="true"
-
setKey
Sets the value of the '
Key
' attribute.
- Parameters:
value
- the new value of the 'Key' attribute.
- See Also:
-
- Generated class or method.
-
getValue
Returns the value of the 'Value' attribute.
- Returns:
- the value of the 'Value' attribute.
- See Also:
-
- Generated class or method.
- EMF model class or method.
- required="true"
-
setValue
Sets the value of the '
Value
' attribute.
- Parameters:
value
- the new value of the 'Value' attribute.
- See Also:
-
- Generated class or method.