org.pentaho.reporting.libraries.formula.operators
Class PercentageOperator
java.lang.Object
org.pentaho.reporting.libraries.formula.operators.PercentageOperator
- All Implemented Interfaces:
- java.io.Serializable, PostfixOperator
public class PercentageOperator
- extends java.lang.Object
- implements PostfixOperator
Creation-Date: 02.11.2006, 10:27:03
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PercentageOperator
public PercentageOperator()
evaluate
public TypeValuePair evaluate(FormulaContext context,
TypeValuePair value1)
throws EvaluationException
- Specified by:
evaluate
in interface PostfixOperator
- Throws:
EvaluationException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object