Class NumberField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Double numberValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberField​(java.lang.Double value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • numberValue

        @Field(type=Double)
        public java.lang.Double numberValue
    • Constructor Detail

      • NumberField

        public NumberField​(java.lang.Double value)