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