| 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<FeatureConfigState> |
FeatureConfigState.VALUES
A public read-only list of all the 'Feature Config State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureConfigState |
FeatureConfigState.get(int value)
Returns the 'Feature Config State' literal with the specified integer value.
|
static FeatureConfigState |
FeatureConfigState.get(String literal)
Returns the 'Feature Config State' literal with the specified literal value.
|
static FeatureConfigState |
FeatureConfigState.getByName(String name)
Returns the 'Feature Config State' literal with the specified name.
|
FeatureConfigState |
FeatureConfig.getFeatureConfigState()
Returns the value of the 'Feature Config State' attribute.
|
FeatureConfigState |
FeatureConfig.showFeatureConfigState() |
static FeatureConfigState |
FeatureConfigState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureConfigState[] |
FeatureConfigState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfig.setFeatureConfigState(FeatureConfigState value)
Sets the value of the '
Feature Config State' attribute. |
| Modifier and Type | Method and Description |
|---|---|
FeatureConfigState |
featureconfigFactoryImpl.createFeatureConfigStateFromString(EDataType eDataType,
String initialValue) |
FeatureConfigState |
FeatureConfigImpl.getFeatureConfigState() |
FeatureConfigState |
FeatureConfigImpl.getFeatureConfigStateOld()
returns the result of showFeatureConfigState()
showFeatureConfigState is defined by an OCL expression.
|
FeatureConfigState |
FeatureConfigImpl.showFeatureConfigState() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureConfigImpl.setFeatureConfigState(FeatureConfigState newFeatureConfigState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
featureconfigValidator.validateFeatureConfigState(FeatureConfigState featureConfigState,
DiagnosticChain diagnostics,
Map<Object,Object> context) |