|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kalmeo.util.BooleanUtil
public class BooleanUtil
Field Summary | |
---|---|
static java.lang.String |
FALSE
|
static java.lang.String |
NOT_FALSE
|
static java.lang.String |
TRUE
|
Constructor Summary | |
---|---|
BooleanUtil()
|
Method Summary | |
---|---|
static boolean |
parseBoolean(java.lang.String s)
Parses the string argument as a boolean. |
static java.lang.String |
toString(boolean value)
Returns a String object representing this Boolean's value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TRUE
public static final java.lang.String FALSE
public static final java.lang.String NOT_FALSE
Constructor Detail |
---|
public BooleanUtil()
Method Detail |
---|
public static java.lang.String toString(boolean value)
value
-
public static boolean parseBoolean(java.lang.String s)
s
- a string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |