Package io.keikai.model.impl.sys.formula
Class FormulaEngineImpl.EvaluationResultImpl
java.lang.Object
io.keikai.model.impl.sys.formula.FormulaEngineImpl.EvaluationResultImpl
- All Implemented Interfaces:
EvaluationResult
- Enclosing class:
- FormulaEngineImpl
protected static class FormulaEngineImpl.EvaluationResultImpl
extends Object
implements EvaluationResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.sys.formula.EvaluationResult
EvaluationResult.ResultType -
Constructor Summary
ConstructorsConstructorDescriptionEvaluationResultImpl(EvaluationResult.ResultType type, Object value, org.apache.poi.ss.formula.eval.ValueEval valueEval) -
Method Summary
-
Constructor Details
-
EvaluationResultImpl
public EvaluationResultImpl(EvaluationResult.ResultType type, Object value, org.apache.poi.ss.formula.eval.ValueEval valueEval)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceEvaluationResult
-
getValue
- Specified by:
getValuein interfaceEvaluationResult
-
getValueEval
public org.apache.poi.ss.formula.eval.ValueEval getValueEval()- Specified by:
getValueEvalin interfaceEvaluationResult
-