|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelElementRef
A representation of the model object 'Model Element Ref'.
The following features are supported:
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. |
MetaModel |
getMetaModel()
Returns the value of the 'Meta Model' reference |
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 |
setMetaModel(MetaModel value)
Sets the value of the ' Meta Model ' reference |
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 |
---|
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 getFeatureRef()
""
.
If the meaning of the 'Feature Ref' attribute isn't clear, there really should be more of a description here...
setFeatureRef(String)
,
TraceabilitymodelPackage.getModelElementRef_FeatureRef()
void setFeatureRef(java.lang.String value)
Feature Ref
' attribute.
value
- the new value of the 'Feature Ref' attribute.getFeatureRef()
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()
MetaModel getMetaModel()
If the meaning of the 'Meta Model' reference isn't clear, there really should be more of a description here...
setMetaModel(MetaModel)
,
TraceabilitymodelPackage.getModelElementRef_MetaModel()
void setMetaModel(MetaModel value)
Meta Model
' reference.
value
- the new value of the 'Meta Model' reference.getMetaModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |