Class PropertyKey


  • public class PropertyKey
    extends java.lang.Object
    Key for matching property names.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyKey​(java.lang.String propertyName, boolean isCaseInsensitive)
      Initiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getPropertyName()
      Obtains the property name.
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • PropertyKey

        public PropertyKey​(java.lang.String propertyName,
                           boolean isCaseInsensitive)
        Initiate.
        Parameters:
        propertyName - Name of the property.
        isCaseInsensitive - Indicates if case insensitive match.
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        Obtains the property name.
        Returns:
        Property name.
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object