Interface RelativeReference
-
- All Superinterfaces:
CharacteristicReference,EObject,Notifier
- All Known Implementing Classes:
RelativeReferenceImpl
public interface RelativeReference extends CharacteristicReference
A representation of the model object 'Relative Reference'.The following features are supported:
- See Also:
LanguagePackage.getRelativeReference()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.uka.ipd.sdq.stoex.VariableReferencegetCharacteristic()Returns the value of the 'Characteristic' containment reference.voidsetCharacteristic(de.uka.ipd.sdq.stoex.VariableReference 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 Detail
-
getCharacteristic
de.uka.ipd.sdq.stoex.VariableReference getCharacteristic()
Returns the value of the 'Characteristic' containment reference.- Returns:
- the value of the 'Characteristic' containment reference.
- See Also:
setCharacteristic(VariableReference),LanguagePackage.getRelativeReference_Characteristic()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setCharacteristic
void setCharacteristic(de.uka.ipd.sdq.stoex.VariableReference value)
Sets the value of the 'Characteristic' containment reference.- Parameters:
value- the new value of the 'Characteristic' containment reference.- See Also:
getCharacteristic()- Generated class or method.
-
-