com.jniwrapper
Interface IntegerParameter

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

public interface IntegerParameter

Common interface for all integer types.


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

Method Detail

getValue

public long getValue()
Returns an integer value converted to long


setValue

public void setValue(long val)
Sets an integer value.