Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl |
Modifier and Type | Field and Description |
---|---|
static List<ResourceInstanceSelection> |
ResourceInstanceSelection.VALUES
A public read-only list of all the 'Resource Instance Selection' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ResourceInstanceSelection |
ResourceInstanceSelection.get(int value)
Returns the 'Resource Instance Selection' literal with the specified integer value.
|
static ResourceInstanceSelection |
ResourceInstanceSelection.get(String literal)
Returns the 'Resource Instance Selection' literal with the specified literal value.
|
static ResourceInstanceSelection |
ResourceInstanceSelection.getByName(String name)
Returns the 'Resource Instance Selection' literal with the specified name.
|
ResourceInstanceSelection |
QueueingConfiguration.getInitialInstanceSelection()
Returns the value of the 'Initial Instance Selection' attribute.
|
static ResourceInstanceSelection |
ResourceInstanceSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceInstanceSelection[] |
ResourceInstanceSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueueingConfiguration.setInitialInstanceSelection(ResourceInstanceSelection value)
Sets the value of the '
Initial Instance Selection ' attribute. |
Modifier and Type | Method and Description |
---|---|
ResourceInstanceSelection |
ConfigurationFactoryImpl.createResourceInstanceSelectionFromString(EDataType eDataType,
String initialValue) |
ResourceInstanceSelection |
QueueingConfigurationImpl.getInitialInstanceSelection() |
Modifier and Type | Method and Description |
---|---|
void |
QueueingConfigurationImpl.setInitialInstanceSelection(ResourceInstanceSelection newInitialInstanceSelection) |