scheduler.configuration
Interface PriorityRange

All Known Implementing Classes:
PriorityRangeImpl

public interface PriorityRange

A representation of the model object 'Priority Range'.

The following features are supported:

See Also:
ConfigurationPackage.getPriorityRange()

Method Summary
 int getAverage()
          Returns the value of the 'Average' attribute.
 int getDefault()
          Returns the value of the 'Default' attribute.
 int getHigh()
          Returns the value of the 'High' attribute.
 int getHighest()
          Returns the value of the 'Highest' attribute.
 int getLow()
          Returns the value of the 'Low' attribute.
 int getLowest()
          Returns the value of the 'Lowest' attribute.
 void setAverage(int value)
          Sets the value of the 'Average' attribute.
 void setDefault(int value)
          Sets the value of the 'Default' attribute.
 void setHigh(int value)
          Sets the value of the 'High' attribute.
 void setHighest(int value)
          Sets the value of the 'Highest' attribute.
 void setLow(int value)
          Sets the value of the 'Low' attribute.
 void setLowest(int value)
          Sets the value of the 'Lowest' attribute.
 

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()

setHighest

void setHighest(int value)
Sets the value of the 'Highest' attribute.

Parameters:
value - the new value of the 'Highest' attribute.
See Also:
getHighest()

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()

setHigh

void setHigh(int value)
Sets the value of the 'High' attribute.

Parameters:
value - the new value of the 'High' attribute.
See Also:
getHigh()

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()

setAverage

void setAverage(int value)
Sets the value of the 'Average' attribute.

Parameters:
value - the new value of the 'Average' attribute.
See Also:
getAverage()

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()

setLow

void setLow(int value)
Sets the value of the 'Low' attribute.

Parameters:
value - the new value of the 'Low' attribute.
See Also:
getLow()

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()

setLowest

void setLowest(int value)
Sets the value of the 'Lowest' attribute.

Parameters:
value - the new value of the 'Lowest' attribute.
See Also:
getLowest()

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()

setDefault

void setDefault(int value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
getDefault()