Class BoolValue
java.lang.Object
com.espertech.esper.common.internal.util.BoolValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
parseString
(String value) Parse the boolean string.
-
Constructor Details
-
BoolValue
public BoolValue()
-
-
Method Details
-
parseString
Parse the boolean string.- Parameters:
value
- is a bool value- Returns:
- parsed boolean
-