Interface IScriptLocation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IRawLocation, org.eclipse.emf.common.notify.Notifier

public interface IScriptLocation extends IRawLocation
A representation of the model object ' Script Location'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<IScript>
    Returns the value of the 'Scripts' containment reference list.
    boolean
    Returns the value of the 'Default' attribute.
    boolean
    Returns the value of the 'Recursive' attribute.
    void
    setDefault(boolean value)
    Sets the value of the ' Default' attribute.
    void
    setRecursive(boolean value)
    Sets the value of the ' Recursive' 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.ease.ui.scripts.repository.IRawLocation

    getInputStream, getLocation, getResource, isUpdatePending, setLocation, setUpdatePending

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • isRecursive

      boolean isRecursive()
      Returns the value of the 'Recursive' attribute. The default value is "false".

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

      Returns:
      the value of the 'Recursive' attribute.
      See Also:
    • setRecursive

      void setRecursive(boolean value)
      Sets the value of the ' Recursive' attribute.
      Parameters:
      value - the new value of the 'Recursive' attribute.
      See Also:
    • isDefault

      boolean isDefault()
      Returns the value of the 'Default' attribute. The default value is "false".

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

      Returns:
      the value of the 'Default' attribute.
      See Also:
    • setDefault

      void setDefault(boolean value)
      Sets the value of the ' Default' attribute.
      Parameters:
      value - the new value of the 'Default' attribute.
      See Also:
    • getScripts

      org.eclipse.emf.common.util.EList<IScript> getScripts()
      Returns the value of the 'Scripts' containment reference list. The list contents are of type IScript. It is bidirectional and its opposite is 'Entry'.

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

      Returns:
      the value of the 'Scripts' containment reference list.
      See Also: