Constructors
BooleanSource Codeshared Boolean()
Inherited Attributes
Attributes inherited from: Object
Methods
parseSource Codeshared static Boolean|ParseException parse(String string)

The Boolean value of the given string representation of a boolean value, or null if the string does not represent a boolean value.

Recognized string representations are the strings "true" and "false".

Since 1.3.1
Inherited Methods
Methods inherited from: Object