Package ca.uhn.hl7v2.protocol.impl
Class IntRef
java.lang.Object
ca.uhn.hl7v2.protocol.impl.IntRef
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
IntRef
public IntRef()
-
-
Method Details
-
getValue
Returns the integer value of thisIntRef- Returns:
- the value of the integer in native int form
-
setValue
Sets the value.- Parameters:
theValue- The value to set
-