public class RefShort
extends java.lang.Object
| Constructor and Description |
|---|
RefShort(short value)
Mimics Out/Ref parameter initialisation with given Value.
|
| Modifier and Type | Method and Description |
|---|---|
short |
get()
Gets Out/Ref parameter Value
Should be used after calling the method with Out/Ref constructions
|
short |
set(short anotherValue)
Sets Out/Ref parameter Value
Should be used inside the method with Out/Ref constructions
|
java.lang.String |
toString() |
public RefShort(short value)
public short get()
public short set(short anotherValue)
public java.lang.String toString()
toString in class java.lang.Object