| Package | Description |
|---|---|
| de.uka.ipd.sdq.featureconfig | |
| de.uka.ipd.sdq.featureconfig.impl | |
| de.uka.ipd.sdq.featureconfig.util |
| Modifier and Type | Method and Description |
|---|---|
StringAttributeValue |
featureconfigFactory.createStringAttributeValue()
Returns a new object of class 'String Attribute Value'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringAttributeValueImpl
An implementation of the model object 'String Attribute Value'.
|
| Modifier and Type | Method and Description |
|---|---|
StringAttributeValue |
featureconfigFactoryImpl.createStringAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
T |
featureconfigSwitch.caseStringAttributeValue(StringAttributeValue object)
Returns the result of interpreting the object as an instance of 'String Attribute Value'.
|
boolean |
featureconfigValidator.validateStringAttributeValue_AttributeValueIsDefinedInFeatureAndEqualsTypeString(StringAttributeValue stringAttributeValue,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the AttributeValueIsDefinedInFeatureAndEqualsTypeString constraint of 'String Attribute Value'.
|
boolean |
featureconfigValidator.validateStringAttributeValue(StringAttributeValue stringAttributeValue,
DiagnosticChain diagnostics,
Map<Object,Object> context) |