Package org.omg.smm
Interface ObservationScope
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
ObservationScopeImpl
public interface ObservationScope extends SmmElement
A representation of the model object 'Observation Scope'.
The following features are supported:
- See Also:
SmmPackage.getObservationScope()
-
Method Summary
Modifier and Type Method Description StringgetScopeUri()Returns the value of the 'Scope Uri' attribute.voidsetScopeUri(String value)Sets the value of the 'Scope Uri' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getScopeUri
String getScopeUri()Returns the value of the 'Scope Uri' attribute.- Returns:
- the value of the 'Scope Uri' attribute.
- See Also:
setScopeUri(String),SmmPackage.getObservationScope_ScopeUri()
-
setScopeUri
Sets the value of the 'Scope Uri' attribute.- Parameters:
value- the new value of the 'Scope Uri' attribute.- See Also:
getScopeUri()
-