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 Details

    • getKey

      String 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

      void setKey(String value)
      Sets the value of the 'Key' attribute.
      Parameters:
      value - the new value of the 'Key' attribute.
      See Also:
      Generated class or method.
    • getValue

      String 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

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.