Interface PriorityRange

    • Method Detail

      • 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:
        setHighest(int), ConfigurationPackage.getPriorityRange_Highest()
        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:
        getHighest()
        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:
        setHigh(int), ConfigurationPackage.getPriorityRange_High()
        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:
        getHigh()
        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:
        setAverage(int), ConfigurationPackage.getPriorityRange_Average()
        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:
        getAverage()
        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:
        setLow(int), ConfigurationPackage.getPriorityRange_Low()
        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:
        getLow()
        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:
        setLowest(int), ConfigurationPackage.getPriorityRange_Lowest()
        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:
        getLowest()
        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:
        setDefault(int), ConfigurationPackage.getPriorityRange_Default()
        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:
        getDefault()
        Generated class or method.