All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
EntryImpl

public interface Entry extends EObject
A representation of the model object 'Entry'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getKey

      EList<String> getKey()
      Returns the value of the 'Key' attribute list. The list contents are of type String.

      If the meaning of the 'Key' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Key' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false"
    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.

      If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • 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.