ca.uhn.hl7v2.protocol.impl
Class IntRef

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

public class IntRef
extends java.lang.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

Constructor Summary
IntRef()
           
 
Method Summary
 int getValue()
          Returns the integer value of this IntRef
 void setValue(int theValue)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntRef

public IntRef()
Method Detail

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


Copyright © 2001-2011 University Health Network. All Rights Reserved.