com.jniwrapper
Class IntBool
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.DelegatingParameter
com.jniwrapper.PlatformInteger
com.jniwrapper.Int
com.jniwrapper.IntBool
- All Implemented Interfaces:
- IntegerParameter
- public class IntBool
- extends Int
This class represents four bytes boolean type.
This type corresponds to BOOL
native type.
Methods inherited from class com.jniwrapper.DelegatingParameter |
acceptIOPerformer, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
IntBool
public IntBool()
IntBool
public IntBool(boolean value)
getBooleanValue
public boolean getBooleanValue()
setBooleanValue
public void setBooleanValue(boolean value)
toString
public java.lang.String toString()