Interface QualityProperty

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
DoubleQualityProperty, ElementQualityProperty, IntegerQualityProperty, NumericQualityProperty
All Known Implementing Classes:
DoubleQualityPropertyImpl, ElementQualityPropertyImpl, IntegerQualityPropertyImpl, NumericQualityPropertyImpl, QualityPropertyImpl

public interface QualityProperty extends EObject
A representation of the model object 'Quality Property'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • 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:
      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:
      Generated class or method.