com.jniwrapper
Interface IntegerParameter

All Known Implementing Classes:
BitField, ExternalStringPointer, Int, Int16, Int32, Int64, Int8, IntBool, LongInt, Pointer.Void, ShortInt, UInt, UInt16, UInt32, UInt64, UInt8, ULongInt, UShortInt

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

long getValue()
Returns an integer value converted to long


setValue

void setValue(long val)
Sets an integer value.