Interface ModelReference

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ModelReferenceImpl

    public interface ModelReference
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Model Reference'. Reference to the metamodel

    The following features are supported:

    See Also:
    HistoryPackage.getModelReference()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getElement()
      Returns the value of the 'Element' reference.
      void setElement​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Element' 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

      • getElement

        org.eclipse.emf.ecore.EObject getElement()
        Returns the value of the 'Element' reference.

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

        Element of the metamodel which is referenced
        Returns:
        the value of the 'Element' reference.
        See Also:
        setElement(EObject), HistoryPackage.getModelReference_Element()
      • setElement

        void setElement​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Element' reference.
        Parameters:
        value - the new value of the 'Element' reference.
        See Also:
        getElement()