Class UserFieldIntValue


  • public class UserFieldIntValue
    extends UserFieldValue
    32-bit int value (TIFF_LONG).
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()
      Getter for value field.
      void setValue​(int 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

      • UserFieldIntValue

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

      • getValue

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

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