| Package | Description |
|---|---|
| de.uka.ipd.sdq.featuremodel |
| Modifier and Type | Field and Description |
|---|---|
static List<FeatureState> |
FeatureState.VALUES
A public read-only list of all the 'Feature State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureState |
FeatureState.get(int value)
Returns the 'Feature State' literal with the specified integer value.
|
static FeatureState |
FeatureState.get(String literal)
Returns the 'Feature State' literal with the specified literal value.
|
static FeatureState |
FeatureState.getByName(String name)
Returns the 'Feature State' literal with the specified name.
|
static FeatureState |
FeatureState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureState[] |
FeatureState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|