Interface AbstractReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PropertyReference
,Reference
- All Known Implementing Classes:
AbstractReferenceImpl
,PropertyReferenceImpl
,ReferenceImpl
,ReferenceImplCustom
public interface AbstractReference
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Abstract Reference'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Referable' reference.void
setReferable
(Referrable value) Sets the value of the 'Referable
' 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
-
getReferable
Referrable getReferable()Returns the value of the 'Referable' reference.- Returns:
- the value of the 'Referable' reference.
- See Also:
-
setReferable
Sets the value of the 'Referable
' reference.- Parameters:
value
- the new value of the 'Referable' reference.- See Also:
-