org.hsqldb.lib
Class BooleanConverter

java.lang.Object
  extended byorg.hsqldb.lib.BooleanConverter

public final class BooleanConverter
extends Object

Collection of static helper methods for converting types into boolean;

Version:
1.7.2

Constructor Summary
BooleanConverter()
           
 
Method Summary
static Boolean getBoolean(BigDecimal o)
           
static Boolean getBoolean(Boolean o)
           
static Boolean getBoolean(Double o)
           
static Boolean getBoolean(Integer o)
           
static Boolean getBoolean(Long o)
           
static Boolean getBoolean(String o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

getBoolean

public static Boolean getBoolean(Boolean o)

getBoolean

public static Boolean getBoolean(Double o)

getBoolean

public static Boolean getBoolean(Integer o)

getBoolean

public static Boolean getBoolean(Long o)

getBoolean

public static Boolean getBoolean(String o)

getBoolean

public static Boolean getBoolean(BigDecimal o)


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.