|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
scheduler.configuration.impl.PriorityRangeImpl
public class PriorityRangeImpl
An implementation of the model object 'Priority Range'.
The following features are implemented:
Field Summary | |
---|---|
protected int |
average
The cached value of the ' Average ' attribute. |
protected static int |
AVERAGE_EDEFAULT
The default value of the ' Average ' attribute. |
protected int |
default_
The cached value of the ' Default ' attribute. |
protected static int |
DEFAULT_EDEFAULT
The default value of the ' Default ' attribute. |
protected int |
high
The cached value of the ' High ' attribute. |
protected static int |
HIGH_EDEFAULT
The default value of the ' High ' attribute. |
protected int |
highest
The cached value of the ' Highest ' attribute. |
protected static int |
HIGHEST_EDEFAULT
The default value of the ' Highest ' attribute. |
protected int |
low
The cached value of the ' Low ' attribute. |
protected static int |
LOW_EDEFAULT
The default value of the ' Low ' attribute. |
protected int |
lowest
The cached value of the ' Lowest ' attribute. |
protected static int |
LOWEST_EDEFAULT
The default value of the ' Lowest ' attribute. |
Constructor Summary | |
---|---|
protected |
PriorityRangeImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
int |
getAverage()
|
int |
getDefault()
|
int |
getHigh()
|
int |
getHighest()
|
int |
getLow()
|
int |
getLowest()
|
void |
setAverage(int newAverage)
|
void |
setDefault(int newDefault)
|
void |
setHigh(int newHigh)
|
void |
setHighest(int newHighest)
|
void |
setLow(int newLow)
|
void |
setLowest(int newLowest)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final int HIGHEST_EDEFAULT
Highest
' attribute.
getHighest()
,
Constant Field Valuesprotected int highest
Highest
' attribute.
getHighest()
protected static final int HIGH_EDEFAULT
High
' attribute.
getHigh()
,
Constant Field Valuesprotected int high
High
' attribute.
getHigh()
protected static final int AVERAGE_EDEFAULT
Average
' attribute.
getAverage()
,
Constant Field Valuesprotected int average
Average
' attribute.
getAverage()
protected static final int LOW_EDEFAULT
Low
' attribute.
getLow()
,
Constant Field Valuesprotected int low
Low
' attribute.
getLow()
protected static final int LOWEST_EDEFAULT
Lowest
' attribute.
getLowest()
,
Constant Field Valuesprotected int lowest
Lowest
' attribute.
getLowest()
protected static final int DEFAULT_EDEFAULT
Default
' attribute.
getDefault()
,
Constant Field Valuesprotected int default_
Default
' attribute.
getDefault()
Constructor Detail |
---|
protected PriorityRangeImpl()
Method Detail |
---|
protected EClass eStaticClass()
public int getHighest()
getHighest
in interface PriorityRange
PriorityRange.setHighest(int)
,
ConfigurationPackage.getPriorityRange_Highest()
public void setHighest(int newHighest)
setHighest
in interface PriorityRange
newHighest
- the new value of the 'Highest' attribute.PriorityRange.getHighest()
public int getHigh()
getHigh
in interface PriorityRange
PriorityRange.setHigh(int)
,
ConfigurationPackage.getPriorityRange_High()
public void setHigh(int newHigh)
setHigh
in interface PriorityRange
newHigh
- the new value of the 'High' attribute.PriorityRange.getHigh()
public int getAverage()
getAverage
in interface PriorityRange
PriorityRange.setAverage(int)
,
ConfigurationPackage.getPriorityRange_Average()
public void setAverage(int newAverage)
setAverage
in interface PriorityRange
newAverage
- the new value of the 'Average' attribute.PriorityRange.getAverage()
public int getLow()
getLow
in interface PriorityRange
PriorityRange.setLow(int)
,
ConfigurationPackage.getPriorityRange_Low()
public void setLow(int newLow)
setLow
in interface PriorityRange
newLow
- the new value of the 'Low' attribute.PriorityRange.getLow()
public int getLowest()
getLowest
in interface PriorityRange
PriorityRange.setLowest(int)
,
ConfigurationPackage.getPriorityRange_Lowest()
public void setLowest(int newLowest)
setLowest
in interface PriorityRange
newLowest
- the new value of the 'Lowest' attribute.PriorityRange.getLowest()
public int getDefault()
getDefault
in interface PriorityRange
PriorityRange.setDefault(int)
,
ConfigurationPackage.getPriorityRange_Default()
public void setDefault(int newDefault)
setDefault
in interface PriorityRange
newDefault
- the new value of the 'Default' attribute.PriorityRange.getDefault()
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |