Interface Property

All Superinterfaces:
DiagramElement, Element, org.eclipse.emf.ecore.EObject, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement
All Known Implementing Classes:
PropertyImpl

public interface Property
extends DiagramElement
A representation of the model object 'Property'.

The following features are supported:

See Also:
UmaPackage.getProperty()
  • Method Details

    • getKey

      java.lang.String getKey()
      Returns the value of the 'Key' attribute. The default value is "".
      Returns:
      the value of the 'Key' attribute.
      See Also:
      setKey(String), UmaPackage.getProperty_Key()
    • setKey

      void setKey​(java.lang.String value)
      Sets the value of the 'Key' attribute.
      Parameters:
      value - the new value of the 'Key' attribute.
      See Also:
      getKey()
    • getValue

      java.lang.String getValue()
      Returns the value of the 'Value' attribute. The default value is "".
      Returns:
      the value of the 'Value' attribute.
      See Also:
      setValue(String), UmaPackage.getProperty_Value()
    • setValue

      void setValue​(java.lang.String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      getValue()