Interface LocalMemoryRepository

    • Method Detail

      • getDomain

        String getDomain()
        Returns the value of the 'Domain' attribute.

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

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

        void setDomain​(String value)
        Sets the value of the ' Domain' attribute.
        Parameters:
        value - the new value of the 'Domain' attribute.
        See Also:
        getDomain()
        Generated class or method.