org.pentaho.reporting.engine.classic.core.function
Class ItemColumnQuotientExpression
java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.PercentageExpression
org.pentaho.reporting.engine.classic.core.function.ItemColumnQuotientExpression
- All Implemented Interfaces:
- Serializable, Cloneable, Expression
Deprecated. Use PercentageExpression instead, it's name is much clearer
public class ItemColumnQuotientExpression
- extends PercentageExpression
A report function that calculates the quotient of two fields (columns) from the current row.
This function expects its input values to be java.lang.Number instances.
The function undestands two parameters. The dividend
parameter is required and denotes the name of an
ItemBand-field which is used as dividend. The divisor
parameter is required and denotes the name of an
ItemBand-field which is uses as divisor.
- Author:
- Heiko Evermann
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.PercentageExpression |
getDividend, getDivisor, getRoundingMode, getScale, getValue, isUseDifference, setDividend, setDivisor, setRoundingMode, setScale, setUseDifference |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
ItemColumnQuotientExpression
public ItemColumnQuotientExpression()
- Deprecated.
- Constructs a new function.
Initially the function has no name...be sure to assign one before using the
function.