Package com.sun.jna.ptr
Class ShortByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.ptr.ShortByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 
 public class ShortByReference extends ByReference 
- 
- 
Constructor SummaryConstructors Constructor Description ShortByReference()ShortByReference(short value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetValue()voidsetValue(short value)java.lang.StringtoString()- 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Method Detail- 
setValuepublic void setValue(short value) 
 - 
getValuepublic short getValue() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- ByReference
 
 
- 
 
-