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 java.lang.Object implements EvaluationResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.formula.EvaluationResult
EvaluationResult.ResultType
-
-
Constructor Summary
Constructors Constructor Description EvaluationResultImpl(EvaluationResult.ResultType type, java.lang.Object value, org.apache.poi.ss.formula.eval.ValueEval valueEval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluationResult.ResultTypegetType()java.lang.ObjectgetValue()org.apache.poi.ss.formula.eval.ValueEvalgetValueEval()
-
-
-
Constructor Detail
-
EvaluationResultImpl
public EvaluationResultImpl(EvaluationResult.ResultType type, java.lang.Object value, org.apache.poi.ss.formula.eval.ValueEval valueEval)
-
-
Method Detail
-
getType
public EvaluationResult.ResultType getType()
- Specified by:
getTypein interfaceEvaluationResult
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfaceEvaluationResult
-
getValueEval
public org.apache.poi.ss.formula.eval.ValueEval getValueEval()
- Specified by:
getValueEvalin interfaceEvaluationResult
-
-