org.sintef.mofscript.traceabilitymodel
Interface ModelElementRef

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModelElementRefImpl

public interface ModelElementRef
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Model Element Ref'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getModelElementRef()

Method Summary
 java.lang.String getFeatureRef()
          Returns the value of the 'Feature Ref' attribute.
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setFeatureRef(java.lang.String value)
          Sets the value of the 'Feature Ref' attribute
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getID

java.lang.String getID()
Returns the value of the 'ID' attribute. The default value is "".

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

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), TraceabilitymodelPackage.getModelElementRef_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TraceabilitymodelPackage.getModelElementRef_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getFeatureRef

java.lang.String getFeatureRef()
Returns the value of the 'Feature Ref' attribute. The default value is "".

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

Returns:
the value of the 'Feature Ref' attribute.
See Also:
setFeatureRef(String), TraceabilitymodelPackage.getModelElementRef_FeatureRef()

setFeatureRef

void setFeatureRef(java.lang.String value)
Sets the value of the 'Feature Ref' attribute.

Parameters:
value - the new value of the 'Feature Ref' attribute.
See Also:
getFeatureRef()

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute. The default value is "".

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), TraceabilitymodelPackage.getModelElementRef_Uri()

setUri

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

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()