Interface PriorityRange

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

public interface PriorityRange extends EObject
A representation of the model object 'Priority Range'.

The following features are supported:

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

    • getHighest

      int getHighest()
      Returns the value of the 'Highest' attribute.

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

      Returns:
      the value of the 'Highest' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setHighest

      void setHighest(int value)
      Sets the value of the 'Highest' attribute.
      Parameters:
      value - the new value of the 'Highest' attribute.
      See Also:
      Generated class or method.
    • getHigh

      int getHigh()
      Returns the value of the 'High' attribute.

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

      Returns:
      the value of the 'High' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setHigh

      void setHigh(int value)
      Sets the value of the 'High' attribute.
      Parameters:
      value - the new value of the 'High' attribute.
      See Also:
      Generated class or method.
    • getAverage

      int getAverage()
      Returns the value of the 'Average' attribute.

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

      Returns:
      the value of the 'Average' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setAverage

      void setAverage(int value)
      Sets the value of the 'Average' attribute.
      Parameters:
      value - the new value of the 'Average' attribute.
      See Also:
      Generated class or method.
    • getLow

      int getLow()
      Returns the value of the 'Low' attribute.

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

      Returns:
      the value of the 'Low' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setLow

      void setLow(int value)
      Sets the value of the 'Low' attribute.
      Parameters:
      value - the new value of the 'Low' attribute.
      See Also:
      Generated class or method.
    • getLowest

      int getLowest()
      Returns the value of the 'Lowest' attribute.

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

      Returns:
      the value of the 'Lowest' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setLowest

      void setLowest(int value)
      Sets the value of the 'Lowest' attribute.
      Parameters:
      value - the new value of the 'Lowest' attribute.
      See Also:
      Generated class or method.
    • getDefault

      int getDefault()
      Returns the value of the 'Default' attribute.

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

      Returns:
      the value of the 'Default' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setDefault

      void setDefault(int value)
      Sets the value of the 'Default' attribute.
      Parameters:
      value - the new value of the 'Default' attribute.
      See Also:
      Generated class or method.