Package scheduler.configuration
Interface PriorityRange
- All Known Implementing Classes:
PriorityRangeImpl
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 Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Average' attribute.int
Returns the value of the 'Default' attribute.int
getHigh()
Returns the value of the 'High' attribute.int
Returns the value of the 'Highest' attribute.int
getLow()
Returns the value of the 'Low' attribute.int
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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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.
-