com.jniwrapper.win32.automation.types
Class VariantBool

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.ad
          extended bycom.jniwrapper.Int16
              extended bycom.jniwrapper.win32.automation.types.VariantBool
All Implemented Interfaces:
IntegerParameter

public class VariantBool
extends Int16

The VariantBool class corresponds to VARIANT_BOOL native type.


Field Summary
static VariantBool FALSE
           
static VariantBool TRUE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
VariantBool()
           
VariantBool(boolean value)
           
VariantBool(IntegerParameter value)
           
VariantBool(short value)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean getBooleanValue()
           
 void setBooleanValue(boolean val)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jniwrapper.Int16
a, getLength, getValue, pop, push, read, setValue, write
 
Methods inherited from class com.jniwrapper.ad
equals, getDebugInfo, hashCode, toLong
 
Methods inherited from class com.jniwrapper.Parameter
, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TRUE

public static final VariantBool TRUE

FALSE

public static final VariantBool FALSE
Constructor Detail

VariantBool

public VariantBool()

VariantBool

public VariantBool(short value)

VariantBool

public VariantBool(boolean value)

VariantBool

public VariantBool(IntegerParameter value)
Method Detail

getBooleanValue

public boolean getBooleanValue()

setBooleanValue

public void setBooleanValue(boolean val)

clone

public java.lang.Object clone()

toString

public java.lang.String toString()