Interface AbsoluteReference
-
- All Superinterfaces:
CharacteristicReference
,EObject
,Notifier
- All Known Implementing Classes:
AbsoluteReferenceImpl
public interface AbsoluteReference extends CharacteristicReference
A representation of the model object 'Absolute Reference'.The following features are supported:
- See Also:
LanguagePackage.getAbsoluteReference()
- 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.NamespaceReference
getReference()
Returns the value of the 'Reference' containment reference.void
setReference(de.uka.ipd.sdq.stoex.NamespaceReference value)
Sets the value of the 'Reference
' 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
-
getReference
de.uka.ipd.sdq.stoex.NamespaceReference getReference()
Returns the value of the 'Reference' containment reference.- Returns:
- the value of the 'Reference' containment reference.
- See Also:
setReference(NamespaceReference)
,LanguagePackage.getAbsoluteReference_Reference()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setReference
void setReference(de.uka.ipd.sdq.stoex.NamespaceReference value)
Sets the value of the 'Reference
' containment reference.- Parameters:
value
- the new value of the 'Reference' containment reference.- See Also:
getReference()
- Generated class or method.
-
-