Class PercentageOperator
java.lang.Object
org.pentaho.reporting.libraries.formula.operators.PercentageOperator
- All Implemented Interfaces:
Serializable
,PostfixOperator
Creation-Date: 02.11.2006, 10:27:03
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(FormulaContext context, TypeValuePair value1) toString()
-
Constructor Details
-
PercentageOperator
public PercentageOperator()
-
-
Method Details
-
evaluate
public TypeValuePair evaluate(FormulaContext context, TypeValuePair value1) throws EvaluationException - Specified by:
evaluate
in interfacePostfixOperator
- Throws:
EvaluationException
-
toString
-