| Package | Description |
|---|---|
| scheduler.configuration | |
| scheduler.configuration.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<PreferredWaitingTime> |
PreferredWaitingTime.VALUES
A public read-only list of all the 'Preferred Waiting Time' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PreferredWaitingTime |
PreferredWaitingTime.get(int value)
Returns the 'Preferred Waiting Time' literal with the specified integer value.
|
static PreferredWaitingTime |
PreferredWaitingTime.get(String literal)
Returns the 'Preferred Waiting Time' literal with the specified literal value.
|
static PreferredWaitingTime |
PreferredWaitingTime.getByName(String name)
Returns the 'Preferred Waiting Time' literal with the specified name.
|
PreferredWaitingTime |
LoadBalancing.getPreferredWaitingTime()
Returns the value of the 'Preferred Waiting Time' attribute.
|
static PreferredWaitingTime |
PreferredWaitingTime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferredWaitingTime[] |
PreferredWaitingTime.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.setPreferredWaitingTime(PreferredWaitingTime value)
Sets the value of the '
Preferred Waiting Time' attribute. |
| Modifier and Type | Method and Description |
|---|---|
PreferredWaitingTime |
ConfigurationFactoryImpl.createPreferredWaitingTimeFromString(EDataType eDataType,
String initialValue) |
PreferredWaitingTime |
LoadBalancingImpl.getPreferredWaitingTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancingImpl.setPreferredWaitingTime(PreferredWaitingTime newPreferredWaitingTime) |