com.hammurapi.config
Interface MapEntry

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MapEntryImpl

public interface MapEntry
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Map Entry'. Map entry. Contains key and value.

The following features are supported:

See Also:
ConfigPackage.getMapEntry()

Method Summary
 Factory getKey()
          Returns the value of the 'Key' containment reference.
 Factory getValue()
          Returns the value of the 'Value' containment reference.
 void setKey(Factory value)
          Sets the value of the 'Key' containment reference.
 void setValue(Factory value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getKey

Factory getKey()
Returns the value of the 'Key' containment reference. Map entry key.

Returns:
the value of the 'Key' containment reference.
See Also:
setKey(Factory), ConfigPackage.getMapEntry_Key()

setKey

void setKey(Factory value)
Sets the value of the 'Key' containment reference.

Parameters:
value - the new value of the 'Key' containment reference.
See Also:
getKey()

getValue

Factory getValue()
Returns the value of the 'Value' containment reference. Map entry value.

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Factory), ConfigPackage.getMapEntry_Value()

setValue

void setValue(Factory value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()