Interface Resolvable<P extends Resolvable<?,​?>,​C extends Resolvable<?,​?>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.URI absoluteFilePath()
      org.eclipse.emf.common.util.URI absolutPath()
      org.eclipse.emf.common.util.URI fullPath()
      C getChild​(String name)
      org.eclipse.emf.common.util.EList<C> getChildren()
      Returns the value of the 'Children' containment reference list.
      String getName()
      Returns the value of the 'Name' attribute.
      P getParent()
      Returns the value of the 'Parent' container reference.
      int getPercentComplete()
      Returns the value of the 'Percent Complete' attribute.
      org.eclipse.emf.common.util.URI relativePath()
      Resolvable<?,​?> resolveChild​(List<String> path)  
      Resolvable<?,​?> resolveChild​(org.eclipse.emf.common.util.URI path)
      void setName​(String value)
      Sets the value of the 'Name' attribute.
      void setParent​(P value)
      Sets the value of the 'Parent' container reference.
      void setPercentComplete​(int value)
      Sets the value of the 'Percent Complete' attribute.
      org.eclipse.emf.common.util.URI toURI()
      Computes a resolvable URI (not necessarily a file path) to uniquely identify this resolvable
      int updatePercentComplete()
      • Methods inherited from interface org.eclipse.emf.cdo.CDOObject

        cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
      • 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

      • setPercentComplete

        void setPercentComplete​(int value)
        Sets the value of the 'Percent Complete' attribute.
        Parameters:
        value - the new value of the 'Percent Complete' attribute.
        See Also:
        getPercentComplete()
      • getChildren

        org.eclipse.emf.common.util.EList<C> getChildren()
        Returns the value of the 'Children' containment reference list. The list contents are of type Resolvable. It is bidirectional and its opposite is 'Parent'.

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

        Returns:
        the value of the 'Children' containment reference list.
        See Also:
        PropertiesPackage.getResolvable_Children(), getParent()
      • setParent

        void setParent​(P value)
        Sets the value of the 'Parent' container reference.
        Parameters:
        value - the new value of the 'Parent' container reference.
        See Also:
        getParent()
      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • fullPath

        org.eclipse.emf.common.util.URI fullPath()
      • relativePath

        org.eclipse.emf.common.util.URI relativePath()
      • absolutPath

        org.eclipse.emf.common.util.URI absolutPath()
      • updatePercentComplete

        int updatePercentComplete()
      • resolveChild

        Resolvable<?,​?> resolveChild​(org.eclipse.emf.common.util.URI path)
      • absoluteFilePath

        org.eclipse.emf.common.util.URI absoluteFilePath()
      • toURI

        org.eclipse.emf.common.util.URI toURI()
        Computes a resolvable URI (not necessarily a file path) to uniquely identify this resolvable
      • getChild

        C getChild​(String name)