com.jniwrapper
Interface IntegerParameter

All Known Implementing Classes:
com.jniwrapper.AbstractInteger, com.jniwrapper.PlatformInteger, Pointer.Void

public interface IntegerParameter

Common interface for all integer types.


Method Summary
 long getValue()
          Returns integer value converted to long
 void setValue(long val)
          Sets integer value
 

Method Detail

getValue

public long getValue()
Returns integer value converted to long


setValue

public void setValue(long val)
Sets integer value