Interface AbstractResource

    • Method Detail

      • getUri

        org.eclipse.emf.common.util.URI getUri()
        Returns the value of the 'Uri' attribute.

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

        Uniform Resource Identifier (URI) of this resource
        Returns:
        the value of the 'Uri' attribute.
        See Also:
        setUri(URI), MigrationPackage.getAbstractResource_Uri()
      • setUri

        void setUri​(org.eclipse.emf.common.util.URI value)
        Sets the value of the 'Uri' attribute.
        Parameters:
        value - the new value of the 'Uri' attribute.
        See Also:
        getUri()
      • setEncoding

        void setEncoding​(String value)
        Sets the value of the 'Encoding ' attribute.
        Parameters:
        value - the new value of the 'Encoding' attribute.
        See Also:
        getEncoding()