ca.uhn.hl7v2.protocol.impl
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
|
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 |
IntRef
public IntRef()
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-2012 University Health Network. All Rights Reserved.