public interface PriorityRange extends EObject
The following features are supported:
ConfigurationPackage.getPriorityRange()
Modifier and Type | Method and Description |
---|---|
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. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getHighest()
If the meaning of the 'Highest' attribute isn't clear, there really should be more of a description here...
setHighest(int)
,
ConfigurationPackage.getPriorityRange_Highest()
void setHighest(int value)
Highest
' attribute.
value
- the new value of the 'Highest' attribute.getHighest()
int getHigh()
If the meaning of the 'High' attribute isn't clear, there really should be more of a description here...
setHigh(int)
,
ConfigurationPackage.getPriorityRange_High()
void setHigh(int value)
High
' attribute.
value
- the new value of the 'High' attribute.getHigh()
int getAverage()
If the meaning of the 'Average' attribute isn't clear, there really should be more of a description here...
setAverage(int)
,
ConfigurationPackage.getPriorityRange_Average()
void setAverage(int value)
Average
' attribute.
value
- the new value of the 'Average' attribute.getAverage()
int getLow()
If the meaning of the 'Low' attribute isn't clear, there really should be more of a description here...
setLow(int)
,
ConfigurationPackage.getPriorityRange_Low()
void setLow(int value)
Low
' attribute.
value
- the new value of the 'Low' attribute.getLow()
int getLowest()
If the meaning of the 'Lowest' attribute isn't clear, there really should be more of a description here...
setLowest(int)
,
ConfigurationPackage.getPriorityRange_Lowest()
void setLowest(int value)
Lowest
' attribute.
value
- the new value of the 'Lowest' attribute.getLowest()
int getDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(int)
,
ConfigurationPackage.getPriorityRange_Default()
void setDefault(int value)
Default
' attribute.
value
- the new value of the 'Default' attribute.getDefault()