Interface SettingLocation

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

    public interface SettingLocation
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Setting Location'.

    The following features are supported:

    See Also:
    ErrorPackage.getSettingLocation()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getEObject()
      Returns the value of the 'EObject' reference.
      org.eclipse.emf.ecore.EStructuralFeature getFeature()
      Returns the value of the 'Feature' reference.
      void setEObject​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'EObject' reference.
      void setFeature​(org.eclipse.emf.ecore.EStructuralFeature value)
      Sets the value of the 'Feature' 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

      • getEObject

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

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

        Returns:
        the value of the 'EObject' reference.
        See Also:
        setEObject(EObject), ErrorPackage.getSettingLocation_EObject()
      • setEObject

        void setEObject​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'EObject' reference.
        Parameters:
        value - the new value of the 'EObject' reference.
        See Also:
        getEObject()
      • setFeature

        void setFeature​(org.eclipse.emf.ecore.EStructuralFeature value)
        Sets the value of the 'Feature' reference.
        Parameters:
        value - the new value of the 'Feature' reference.
        See Also:
        getFeature()