Interface Label

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

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

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.

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

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

      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.