Package org.apache.poi.ss.excelant.util
Class ExcelAntEvaluationResult
- java.lang.Object
-
- org.apache.poi.ss.excelant.util.ExcelAntEvaluationResult
-
public class ExcelAntEvaluationResult extends Object
A simple class that encapsulates information about a cell evaluation from POI.
-
-
Constructor Summary
Constructors Constructor Description ExcelAntEvaluationResult(boolean completedWithError, boolean passed, double retValue, String errMessage, double delta, String cellId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandidTestPass()booleanevaluationCompleteWithError()StringgetCellName()doublegetDelta()StringgetErrorMessage()doublegetReturnValue()StringtoString()
-