Class PropertyHelper<T extends java.lang.Comparable<T>>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PropertyHelper​(java.lang.String name, java.lang.Class<T> valueClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      java.lang.String getName()
      + Get the name for the given value.
      java.lang.Class<T> getValueClass()
      + The class of the values of this property
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • PropertyHelper

        protected PropertyHelper​(java.lang.String name,
                                 java.lang.Class<T> valueClass)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: IProperty
        + Get the name for the given value.
        Specified by:
        getName in interface IProperty<T extends java.lang.Comparable<T>>
      • getValueClass

        public java.lang.Class<T> getValueClass()
        + The class of the values of this property
        Specified by:
        getValueClass in interface IProperty<T extends java.lang.Comparable<T>>
      • toString

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

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

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