Package tools.mdsd.somde.realm
Interface ConfigurationItem
-
- All Known Subinterfaces:
ModuleImport
- All Known Implementing Classes:
ConfigurationItemImpl
,ModuleImportImpl
public interface ConfigurationItem extends EObject
A representation of the model object 'Configuration Item'.The following features are supported:
- See Also:
RealmPackage.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 ServiceOrientedModelingRealm
getModelingRealm()
Returns the value of the 'Modeling Realm' reference.void
setModelingRealm(ServiceOrientedModelingRealm value)
Sets the value of the 'Modeling Realm
' 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
ServiceOrientedModelingRealm getModelingRealm()
Returns the value of the 'Modeling Realm' reference.- Returns:
- the value of the 'Modeling Realm' reference.
- See Also:
setModelingRealm(ServiceOrientedModelingRealm)
,RealmPackage.getConfigurationItem_ModelingRealm()
- Generated class or method.
- EMF model class or method.
-
setModelingRealm
void setModelingRealm(ServiceOrientedModelingRealm value)
Sets the value of the 'Modeling Realm
' reference.- Parameters:
value
- the new value of the 'Modeling Realm' reference.- See Also:
getModelingRealm()
- Generated class or method.
-
-