Interface IRawLocation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IScript, IScriptLocation

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

The following features are supported:

See Also:
IRepositoryPackage.getRawLocation()
  • Method Summary

    Modifier and Type Method Description
    InputStream getInputStream()
    String getLocation()
    Returns the value of the 'Location' attribute.
    Object getResource()
    boolean isUpdatePending()
    Returns the value of the 'Update Pending' attribute.
    void setLocation​(String value)
    Sets the value of the 'Location' attribute.
    void setUpdatePending​(boolean value)
    Sets the value of the 'Update Pending' attribute.

    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

    • getLocation

      String getLocation()
      Returns the value of the 'Location' attribute.

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

      Returns:
      the value of the 'Location' attribute.
      See Also:
      setLocation(String), IRepositoryPackage.getRawLocation_Location()
    • setLocation

      void setLocation​(String value)
      Sets the value of the 'Location' attribute.
      Parameters:
      value - the new value of the 'Location' attribute.
      See Also:
      getLocation()
    • isUpdatePending

      boolean isUpdatePending()
      Returns the value of the 'Update Pending' attribute. The default value is "false".

      If the meaning of the 'Update Pending' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Update Pending' attribute.
      See Also:
      setUpdatePending(boolean), IRepositoryPackage.getRawLocation_UpdatePending()
    • setUpdatePending

      void setUpdatePending​(boolean value)
      Sets the value of the 'Update Pending' attribute.
      Parameters:
      value - the new value of the 'Update Pending' attribute.
      See Also:
      isUpdatePending()
    • getResource

      Object getResource()
    • getInputStream

      InputStream getInputStream()