Interface RemoteCdoRepository

    • Method Detail

      • getUrl

        String getUrl()
        Returns the value of the 'Url' attribute.

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

        Returns:
        the value of the 'Url' attribute.
        See Also:
        setUrl(String), RepositoryPackage.getRemoteCdoRepository_Url()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setUrl

        void setUrl​(String value)
        Sets the value of the ' Url' attribute.
        Parameters:
        value - the new value of the 'Url' attribute.
        See Also:
        getUrl()
        Generated class or method.