public interface ModelElementRef
A representation of the model object 'Model Element Ref'.
The following features are supported:
traceabilitymodelPackage.getModelElementRef()
Method Summary | |
---|---|
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 |
getScopedName()
Returns the value of the 'Scoped Name' attribute |
java.lang.String |
getUri()
Returns the value of the 'Uri' 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 |
setScopedName(java.lang.String value)
Sets the value of the ' Scoped 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 |
---|
java.lang.String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(String)
,
traceabilitymodelPackage.getModelElementRef_ID()
void setID(java.lang.String value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
traceabilitymodelPackage.getModelElementRef_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getScopedName()
If the meaning of the 'Scoped Name' attribute isn't clear, there really should be more of a description here...
setScopedName(String)
,
traceabilitymodelPackage.getModelElementRef_ScopedName()
void setScopedName(java.lang.String value)
Scoped Name
' attribute.
value
- the new value of the 'Scoped Name' attribute.getScopedName()
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
traceabilitymodelPackage.getModelElementRef_Uri()
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()