|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.protocol.impl.IntRef
public class 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
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 |
---|
public IntRef()
Method Detail |
---|
public int getValue()
IntRef
public void setValue(int theValue)
theValue
- The value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |