Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl |
Modifier and Type | Field and Description |
---|---|
static List<RunQueueType> |
RunQueueType.VALUES
A public read-only list of all the 'Run Queue Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static RunQueueType |
RunQueueType.get(int value)
Returns the 'Run Queue Type' literal with the specified integer value.
|
static RunQueueType |
RunQueueType.get(String literal)
Returns the 'Run Queue Type' literal with the specified literal value.
|
static RunQueueType |
RunQueueType.getByName(String name)
Returns the 'Run Queue Type' literal with the specified name.
|
RunQueueType |
QueueingConfiguration.getRunqueueType()
Returns the value of the 'Runqueue Type' attribute.
|
static RunQueueType |
RunQueueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunQueueType[] |
RunQueueType.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.setRunqueueType(RunQueueType value)
Sets the value of the '
Runqueue Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
RunQueueType |
ConfigurationFactoryImpl.createRunQueueTypeFromString(EDataType eDataType,
String initialValue) |
RunQueueType |
QueueingConfigurationImpl.getRunqueueType() |
Modifier and Type | Method and Description |
---|---|
void |
QueueingConfigurationImpl.setRunqueueType(RunQueueType newRunqueueType) |