Package tools.mdsd.characteristics.api
Interface ConfigurationItem
-
- All Known Subinterfaces:
ProfileActivation
- All Known Implementing Classes:
ConfigurationItemImpl
,ProfileActivationImpl
public interface ConfigurationItem extends EObject
A representation of the model object 'Configuration Item'.The following features are supported:
- See Also:
ApiPackage.getConfigurationItem()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacteristicsModelingRealm
getModelingRealm()
Returns the value of the 'Modeling Realm' container reference.void
setModelingRealm(CharacteristicsModelingRealm value)
Sets the value of the 'Modeling Realm
' container reference.-
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
-
getModelingRealm
CharacteristicsModelingRealm getModelingRealm()
Returns the value of the 'Modeling Realm' container reference. It is bidirectional and its opposite is 'Configuration
'.- Returns:
- the value of the 'Modeling Realm' container reference.
- See Also:
setModelingRealm(CharacteristicsModelingRealm)
,ApiPackage.getConfigurationItem_ModelingRealm()
,CharacteristicsModelingRealm.getConfiguration()
- Generated class or method.
- EMF model class or method.
- opposite="configuration" transient="false"
-
setModelingRealm
void setModelingRealm(CharacteristicsModelingRealm value)
Sets the value of the 'Modeling Realm
' container reference.- Parameters:
value
- the new value of the 'Modeling Realm' container reference.- See Also:
getModelingRealm()
- Generated class or method.
-
-