org.jfree.report.function
Class ColumnMultiplyExpression

java.lang.Object
  |
  +--org.jfree.report.function.AbstractExpression
        |
        +--org.jfree.report.function.ColumnAggregationExpression
              |
              +--org.jfree.report.function.ColumnMultiplyExpression

public class ColumnMultiplyExpression
extends ColumnAggregationExpression

Creation-Date: 04.01.2006, 17:25:37

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ColumnMultiplyExpression()
           
 
Method Summary
 java.lang.Object getValue()
          Return the current expression value.
 
Methods inherited from class org.jfree.report.function.ColumnAggregationExpression
clone, getField, getField, getFieldCount, getFieldValues, setField, setField
 
Methods inherited from class org.jfree.report.function.AbstractExpression
getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, setActive, setDependencyLevel, setName, setRuntime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnMultiplyExpression

public ColumnMultiplyExpression()
Method Detail

getValue

public java.lang.Object getValue()
Return the current expression value.

The value depends (obviously) on the expression implementation.

Returns:
the value of the function.