org.eclipse.emf.mwe2.language.mwe2
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:
Mwe2Package.getAbstractReference()
EMF generated code
EMF model element
abstract="true"

Method Summary
 Referrable getReferable()
          Returns 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 Detail

getReferable

Referrable getReferable()
Returns the value of the 'Referable' reference.

If the meaning of the 'Referable' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referable' reference.
See Also:
setReferable(Referrable), Mwe2Package.getAbstractReference_Referable()
EMF generated code
EMF model element

setReferable

void setReferable(Referrable value)
Sets the value of the 'Referable' reference.

Parameters:
value - the new value of the 'Referable' reference.
See Also:
getReferable()
EMF generated code