public interface Configuration extends EObject
The following features are supported:
featureconfigPackage.getConfiguration()| Modifier and Type | Method and 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. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverEList<FeatureConfig> getConfigOverrides()
FeatureConfig.
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...
featureconfigPackage.getConfiguration_ConfigOverrides(),
FeatureConfig.getConfigurationOverrides()FeatureConfig getDefaultConfig()
Configuration Default'.
If the meaning of the 'Default Config' reference isn't clear, there really should be more of a description here...
setDefaultConfig(FeatureConfig),
featureconfigPackage.getConfiguration_DefaultConfig(),
FeatureConfig.getConfigurationDefault()void setDefaultConfig(FeatureConfig value)
Default Config' containment reference.
value - the new value of the 'Default Config' containment reference.getDefaultConfig()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
featureconfigPackage.getConfiguration_Name()