Class PropertyName

    • Constructor Detail

      • PropertyName

        public PropertyName​(String namespace,
                            String name)
        Create a new full qualified property name.
    • Method Detail

      • getNamespace

        public String getNamespace()
        Return the namespace.
      • getName

        public String getName()
        Return the namespace local name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object