Interface Property

  • All Superinterfaces:
    java.lang.Comparable<java.lang.Object>, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, MDWEObject, MDWObject, org.eclipse.emf.common.notify.Notifier

    public interface Property
    extends MDWEObject, org.eclipse.emf.ecore.EModelElement
    A representation of the model object 'Property'.

    The following features are supported:

    See Also:
    RhapsodyPackage.getProperty()
    • Method Detail

      • 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()
      • 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()