Class PropertyKey


  • public class PropertyKey
    extends java.lang.Object
    Uniquely identifies a property of a component by combining it's path and it's property scope.

    Suitable to be used as a map key.

    • Field Detail

      • path

        public final java.lang.String path
    • Constructor Detail

      • PropertyKey

        public PropertyKey​(PropertyType scope,
                           java.lang.String path)
    • Method Detail

      • fromString

        public static PropertyKey fromString​(java.lang.String s)
      • 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