Interface QualityProperty

    • Method Detail

      • getQualityValue

        Object getQualityValue()
        Returns the value of the 'Quality Value' attribute.

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

        Returns:
        the value of the 'Quality Value' attribute.
        See Also:
        setQualityValue(Object), qualitypropertiesPackage.getQualityProperty_QualityValue()
        Generated class or method.
        EMF model class or method.
        required="true" transient="true" volatile="true" derived="true" ordered="false"
      • setQualityValue

        void setQualityValue​(Object value)
        Sets the value of the 'Quality Value' attribute.
        Parameters:
        value - the new value of the 'Quality Value' attribute.
        See Also:
        getQualityValue()
        Generated class or method.