Class UserFieldDoubleValue


  • public class UserFieldDoubleValue
    extends UserFieldValue
    Double value (TIFF_DOUBLE).
    • Constructor Summary

      Constructors 
      Constructor Description
      UserFieldDoubleValue​(double value)
      Constructs UserFieldDoubleValue with the given params.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()
      Getter for value field.
      void setValue​(double value)
      Setter for value field.
      • Methods inherited from class java.lang.Object

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

      • UserFieldDoubleValue

        public UserFieldDoubleValue​(double value)
        Constructs UserFieldDoubleValue with the given params.
        Parameters:
        value - Value.
    • Method Detail

      • getValue

        public double getValue()
        Getter for value field. See constructor documentation for more information about the field.
        Returns:
        value
      • setValue

        public void setValue​(double value)
        Setter for value field. See constructor documentation for more information about the field.
        Parameters:
        value - Value to set.