org.apache.poi.hssf.record.formula.eval
Class BoolEval

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.eval.BoolEval
All Implemented Interfaces:
Eval, NumericValueEval, StringValueEval, ValueEval

public class BoolEval
extends java.lang.Object
implements NumericValueEval, StringValueEval

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Field Summary
static BoolEval FALSE
           
static BoolEval TRUE
           
 
Constructor Summary
BoolEval(Ptg ptg)
           
 
Method Summary
 boolean getBooleanValue()
           
 double getNumberValue()
           
 java.lang.String getStringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALSE

public static final BoolEval FALSE

TRUE

public static final BoolEval TRUE
Constructor Detail

BoolEval

public BoolEval(Ptg ptg)
Method Detail

getBooleanValue

public boolean getBooleanValue()

getNumberValue

public double getNumberValue()
Specified by:
getNumberValue in interface NumericValueEval

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface StringValueEval


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.