org.boris.variant
Class VTBoolean

java.lang.Object
  extended by org.boris.variant.Variant
      extended by org.boris.variant.VTNumber
          extended by org.boris.variant.VTBoolean

public class VTBoolean
extends VTNumber


Field Summary
static VTBoolean FALSE
           
static VTBoolean TRUE
           
 
Constructor Summary
VTBoolean(boolean value)
           
 
Method Summary
 boolean booleanValue()
           
 int intValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.boris.variant.VTNumber
byteValue, doubleValue, floatValue, longValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRUE

public static final VTBoolean TRUE

FALSE

public static final VTBoolean FALSE
Constructor Detail

VTBoolean

public VTBoolean(boolean value)
Method Detail

booleanValue

public boolean booleanValue()
Overrides:
booleanValue in class VTNumber

intValue

public int intValue()
Specified by:
intValue in class VTNumber

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object