Interface ProfileImport

    • Method Detail

      • getNsURI

        String getNsURI()
        Returns the value of the 'Ns URI' attribute.

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

        Returns:
        the value of the 'Ns URI' attribute.
        See Also:
        setNsURI(String), EMFProfileApplicationPackage.getProfileImport_NsURI()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setNsURI

        void setNsURI​(String value)
        Sets the value of the 'Ns URI' attribute.
        Parameters:
        value - the new value of the 'Ns URI' attribute.
        See Also:
        getNsURI()
        Generated class or method.
      • setLocation

        void setLocation​(String value)
        Sets the value of the 'Location' attribute.
        Parameters:
        value - the new value of the 'Location' attribute.
        See Also:
        getLocation()
        Generated class or method.
      • setProfile

        void setProfile​(Profile value)
        Sets the value of the 'Profile' reference.
        Parameters:
        value - the new value of the 'Profile' reference.
        See Also:
        getProfile()
        Generated class or method.