org.rococoa.cocoa.foundation
Class NSUIntegerByReference

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.ptr.ByReference
          extended by com.sun.jna.ptr.NativeLongByReference
              extended by org.rococoa.cocoa.foundation.NSUIntegerByReference
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class NSUIntegerByReference
extends com.sun.jna.ptr.NativeLongByReference


Constructor Summary
NSUIntegerByReference()
           
NSUIntegerByReference(NSUInteger value)
           
 
Method Summary
 NSUInteger getValue()
           
 void setValue(NSUInteger value)
           
 
Methods inherited from class com.sun.jna.ptr.NativeLongByReference
setValue
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSUIntegerByReference

public NSUIntegerByReference()

NSUIntegerByReference

public NSUIntegerByReference(NSUInteger value)
Method Detail

setValue

public void setValue(NSUInteger value)

getValue

public NSUInteger getValue()
Overrides:
getValue in class com.sun.jna.ptr.NativeLongByReference


Copyright © 2012. All Rights Reserved.