Interface RelativeReference
- All Superinterfaces:
CharacteristicReference
,EObject
,Notifier
- All Known Implementing Classes:
RelativeReferenceImpl
A representation of the model object 'Relative Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.stoex.AbstractNamedReference
Returns the value of the 'Characteristic' containment reference.void
setCharacteristic
(de.uka.ipd.sdq.stoex.AbstractNamedReference value) Sets the value of the 'Characteristic
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCharacteristic
de.uka.ipd.sdq.stoex.AbstractNamedReference getCharacteristic()Returns the value of the 'Characteristic' containment reference.- Returns:
- the value of the 'Characteristic' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setCharacteristic
void setCharacteristic(de.uka.ipd.sdq.stoex.AbstractNamedReference value) Sets the value of the 'Characteristic
' containment reference.- Parameters:
value
- the new value of the 'Characteristic' containment reference.- See Also:
- Generated class or method.
-