Interface MetricAndWeight

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

public interface MetricAndWeight extends EObject
A representation of the model object 'Metric And Weight'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getMetric

      Metric getMetric()
      Returns the value of the 'Metric' reference.

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

      Returns:
      the value of the 'Metric' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setMetric

      void setMetric(Metric value)
      Sets the value of the 'Metric' reference.
      Parameters:
      value - the new value of the 'Metric' reference.
      See Also:
      Generated class or method.
    • getWeight

      Number getWeight()
      Returns the value of the 'Weight' reference.

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

      Returns:
      the value of the 'Weight' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setWeight

      void setWeight(Number value)
      Sets the value of the 'Weight' reference.
      Parameters:
      value - the new value of the 'Weight' reference.
      See Also:
      Generated class or method.