org.rococoa.cocoa.foundation
Class NSIntegerByReference

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.NSIntegerByReference
All Implemented Interfaces:
com.sun.jna.NativeMapped

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


Constructor Summary
NSIntegerByReference()
           
NSIntegerByReference(NSInteger value)
           
 
Method Summary
 NSInteger getValue()
           
 void setValue(NSInteger 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

NSIntegerByReference

public NSIntegerByReference()

NSIntegerByReference

public NSIntegerByReference(NSInteger value)
Method Detail

setValue

public void setValue(NSInteger value)

getValue

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


Copyright © 2012. All Rights Reserved.