|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.util.BooleanUtils
Utility class for boolean values. This class provides methods for the transformation of String values into boolean values.
Constructor Summary | |
BooleanUtils()
|
Method Summary | |
static boolean |
strictYesNoToBoolean(java.lang.String yesOrNoString)
Transform a "YES" or "NO" string to a boolean value. |
static boolean |
yesNoToBoolean(java.lang.String yesOrNoString)
Transform a "YES" or "NO" string to a boolean value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanUtils()
Method Detail |
public static boolean yesNoToBoolean(java.lang.String yesOrNoString)
yesOrNoString
-
public static boolean strictYesNoToBoolean(java.lang.String yesOrNoString) throws InvalidValueException
yesOrNoString
-
InvalidValueException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |