org.almendra.commons.util
Class BooleanUtility

java.lang.Object
  extended by org.almendra.commons.util.BooleanUtility

public class BooleanUtility
extends java.lang.Object

Author:
Oliver Plohmann

Field Summary
static int ERROR
           
static int FALSE
           
static int TRUE
           
 
Constructor Summary
BooleanUtility()
          Creates a new BooleanUtility object.
 
Method Summary
static int getBooleanCode(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final int ERROR
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values
Constructor Detail

BooleanUtility

public BooleanUtility()
Creates a new BooleanUtility object.

Method Detail

getBooleanCode

public static int getBooleanCode(java.lang.String value)