Class IntRef

java.lang.Object
ca.uhn.hl7v2.protocol.impl.IntRef

public class IntRef extends Object
The class IntRef is a reference for an int value. note: it's like a reference to an int value, meaning that the referred int value can be changed through the reference
Version:
$Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:26 $ by $Author: jamesagnew $
Author:
Alexei Guevara <mailto:alexei.guevara@uhn.on.ca/>
  • Constructor Details

  • Method Details

    • getValue

      public int getValue()
      Returns the integer value of this IntRef
      Returns:
      the value of the integer in native int form
    • setValue

      public void setValue(int theValue)
      Sets the value.
      Parameters:
      theValue - The value to set