com.jniwrapper
Class IntBool

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.PlatformInteger
              extended bycom.jniwrapper.Int
                  extended bycom.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.


Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
IntBool()
           
IntBool(boolean value)
           
 
Method Summary
 boolean getBooleanValue()
           
 void setBooleanValue(boolean value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jniwrapper.Int
clone, equals, getDebugInfo, getValue, hashCode, setValue, toLong
 
Methods inherited from class com.jniwrapper.DelegatingParameter
acceptIOPerformer, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntBool

public IntBool()

IntBool

public IntBool(boolean value)
Method Detail

getBooleanValue

public boolean getBooleanValue()

setBooleanValue

public void setBooleanValue(boolean value)

toString

public java.lang.String toString()