| Package | Description |
|---|---|
| de.uka.ipd.sdq.featureconfig | |
| de.uka.ipd.sdq.featureconfig.impl | |
| de.uka.ipd.sdq.featureconfig.util |
| Modifier and Type | Field and Description |
|---|---|
static List<ConfigState> |
ConfigState.VALUES
A public read-only list of all the 'Config State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigState |
ConfigState.get(int value)
Returns the 'Config State' literal with the specified integer value.
|
static ConfigState |
ConfigState.get(String literal)
Returns the 'Config State' literal with the specified literal value.
|
static ConfigState |
ConfigState.getByName(String name)
Returns the 'Config State' literal with the specified name.
|
ConfigState |
ConfigNode.getConfigState()
Returns the value of the 'Config State' attribute.
|
static ConfigState |
ConfigState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigState[] |
ConfigState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigNode.setConfigState(ConfigState value)
Sets the value of the '
Config State' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ConfigState |
featureconfigFactoryImpl.createConfigStateFromString(EDataType eDataType,
String initialValue) |
ConfigState |
ConfigNodeImpl.getConfigState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigNodeImpl.setConfigState(ConfigState newConfigState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
featureconfigValidator.validateConfigState(ConfigState configState,
DiagnosticChain diagnostics,
Map<Object,Object> context) |