org.eclipse.modisco.omg.smm
Interface ObservationScope

All Superinterfaces:
SmmElement

public interface ObservationScope
extends SmmElement

A representation of the model object 'Observation Scope'.

The following features are supported:

See Also:
SmmPackage.getObservationScope()
Generated:
Model:

Method Summary
 java.lang.String getScopeUri()
          Returns the value of the 'Scope Uri' attribute.
 void setScopeUri(java.lang.String value)
          Sets the value of the 'Scope Uri' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getScopeUri

java.lang.String getScopeUri()
Returns the value of the 'Scope Uri' attribute.

If the meaning of the 'Scope Uri' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Scope Uri' attribute.
See Also:
setScopeUri(String), SmmPackage.getObservationScope_ScopeUri()
Generated:
Model:
required="true"

setScopeUri

void setScopeUri(java.lang.String value)
Sets the value of the 'Scope Uri' attribute.

Parameters:
value - the new value of the 'Scope Uri' attribute.
See Also:
getScopeUri()
Generated: