Package io.keikai.model.sys.formula
Interface EvaluationResult
-
- All Known Implementing Classes:
FormulaEngineImpl.EvaluationResultImpl
public interface EvaluationResult- Since:
- 3.5.0
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvaluationResult.ResultType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationResult.ResultTypegetType()java.lang.ObjectgetValue()org.apache.poi.ss.formula.eval.ValueEvalgetValueEval()
-
-
-
Method Detail
-
getType
EvaluationResult.ResultType getType()
-
getValue
java.lang.Object getValue()
-
getValueEval
org.apache.poi.ss.formula.eval.ValueEval getValueEval()
-
-