Class PropertyKey

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyKey()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      abstract java.lang.String getKey()
      Returns string representation of this key
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyKey

        public PropertyKey()
    • Method Detail

      • getKey

        @NotNull
        public abstract java.lang.String getKey()
        Returns string representation of this key
        Returns:
        string representation of this key
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object