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