| Package | Description |
|---|---|
| scheduler.configuration | |
| scheduler.configuration.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<PassiveResourceType> |
PassiveResourceType.VALUES
A public read-only list of all the 'Passive Resource Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PassiveResourceType |
PassiveResourceType.get(int value)
Returns the 'Passive Resource Type' literal with the specified integer value.
|
static PassiveResourceType |
PassiveResourceType.get(String literal)
Returns the 'Passive Resource Type' literal with the specified literal value.
|
static PassiveResourceType |
PassiveResourceType.getByName(String name)
Returns the 'Passive Resource Type' literal with the specified name.
|
PassiveResourceType |
PassiveResourceConfiguration.getType()
Returns the value of the 'Type' attribute.
|
static PassiveResourceType |
PassiveResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassiveResourceType[] |
PassiveResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveResourceConfiguration.setType(PassiveResourceType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
PassiveResourceType |
ConfigurationFactoryImpl.createPassiveResourceTypeFromString(EDataType eDataType,
String initialValue) |
PassiveResourceType |
PassiveResourceConfigurationImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveResourceConfigurationImpl.setType(PassiveResourceType newType) |