Package org.apache.poi.ss.formula.eval
Class BoolEval
java.lang.Object
org.apache.poi.ss.formula.eval.BoolEval
- All Implemented Interfaces:
NumericValueEval,StringValueEval,ValueEval
- Author:
- Amol S. Deshmukh < amolweb at ya hoo dot com >
-
Field Details
-
FALSE
-
TRUE
-
-
Method Details
-
valueOf
Convenience method for the following:
(b ? BoolEval.TRUE : BoolEval.FALSE)- Returns:
- the BoolEval instance representing b.
-
getBooleanValue
public boolean getBooleanValue() -
getNumberValue
public double getNumberValue()- Specified by:
getNumberValuein interfaceNumericValueEval
-
getStringValue
- Specified by:
getStringValuein interfaceStringValueEval- Returns:
- never
null, possibly empty string.
-
toString
-