Package de.uka.ipd.sdq.featureconfig
Interface Configuration
-
- All Known Implementing Classes:
ConfigurationImpl
public interface Configuration extends EObject
A representation of the model object 'Configuration'. External container for default and overrides configThe following features are supported:
- See Also:
featureconfigPackage.getConfiguration()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FeatureConfig>
getConfigOverrides()
Returns the value of the 'Config Overrides' containment reference list.FeatureConfig
getDefaultConfig()
Returns the value of the 'Default Config' containment reference.String
getName()
Returns the value of the 'Name' attribute.void
setDefaultConfig(FeatureConfig value)
Sets the value of the 'Default Config
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getConfigOverrides
EList<FeatureConfig> getConfigOverrides()
Returns the value of the 'Config Overrides' containment reference list. The list contents are of typeFeatureConfig
. It is bidirectional and its opposite is 'Configuration Overrides
'.If the meaning of the 'Config Overrides' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Config Overrides' containment reference list.
- See Also:
featureconfigPackage.getConfiguration_ConfigOverrides()
,FeatureConfig.getConfigurationOverrides()
- Generated class or method.
- EMF model class or method.
- opposite="configurationOverrides" containment="true" ordered="false"
-
getDefaultConfig
FeatureConfig getDefaultConfig()
Returns the value of the 'Default Config' containment reference. It is bidirectional and its opposite is 'Configuration Default
'.If the meaning of the 'Default Config' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Config' containment reference.
- See Also:
setDefaultConfig(FeatureConfig)
,featureconfigPackage.getConfiguration_DefaultConfig()
,FeatureConfig.getConfigurationDefault()
- Generated class or method.
- EMF model class or method.
- opposite="configurationDefault" containment="true" required="true" ordered="false"
-
setDefaultConfig
void setDefaultConfig(FeatureConfig value)
Sets the value of the 'Default Config
' containment reference.- Parameters:
value
- the new value of the 'Default Config' containment reference.- See Also:
getDefaultConfig()
- Generated class or method.
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,featureconfigPackage.getConfiguration_Name()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-