Interface Resource

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

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

The following features are supported:

See Also:
Model:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<ServiceDependency>
    Returns the value of the 'Dependencies' containment reference list.
    Returns the value of the 'Doc' attribute.
    Returns the value of the 'Hint' attribute.
    Returns the value of the 'Name' attribute.
    org.eclipse.emf.common.util.EList<ResourceOperation>
    Returns the value of the 'Operations' containment reference list.
    Returns the value of the 'Path' attribute.
    boolean
    Returns the value of the 'Gap Class' attribute.
    boolean
    Returns the value of the 'No Gap Class' attribute.
    boolean
    Returns the value of the 'Scaffold' attribute.
    void
    setDoc(String value)
    Sets the value of the 'Doc' attribute.
    void
    setGapClass(boolean value)
    Sets the value of the 'Gap Class' attribute.
    void
    setHint(String value)
    Sets the value of the 'Hint' attribute.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    setNoGapClass(boolean value)
    Sets the value of the 'No Gap Class' attribute.
    void
    setPath(String value)
    Sets the value of the 'Path' attribute.
    void
    setScaffold(boolean value)
    Sets the value of the 'Scaffold' 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