Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl |
Modifier and Type | Field and Description |
---|---|
static List<PriorityDegradation> |
PriorityDegradation.VALUES
A public read-only list of all the 'Priority Degradation' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PriorityDegradation |
PriorityDegradation.get(int value)
Returns the 'Priority Degradation' literal with the specified integer value.
|
static PriorityDegradation |
PriorityDegradation.get(String literal)
Returns the 'Priority Degradation' literal with the specified literal value.
|
static PriorityDegradation |
PriorityDegradation.getByName(String name)
Returns the 'Priority Degradation' literal with the specified name.
|
PriorityDegradation |
StaticPriorityBoost.getDegradation()
Returns the value of the 'Degradation' attribute.
|
static PriorityDegradation |
PriorityDegradation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriorityDegradation[] |
PriorityDegradation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticPriorityBoost.setDegradation(PriorityDegradation value)
Sets the value of the '
Degradation ' attribute. |
Modifier and Type | Method and Description |
---|---|
PriorityDegradation |
ConfigurationFactoryImpl.createPriorityDegradationFromString(EDataType eDataType,
String initialValue) |
PriorityDegradation |
StaticPriorityBoostImpl.getDegradation() |
Modifier and Type | Method and Description |
---|---|
void |
StaticPriorityBoostImpl.setDegradation(PriorityDegradation newDegradation) |