org.jfree.report.function
Class ColumnMaximumExpression

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

public class ColumnMaximumExpression
extends ColumnAggregationExpression

Creation-Date: 20.01.2006, 19:16:17

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ColumnMaximumExpression()
           
 
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

ColumnMaximumExpression

public ColumnMaximumExpression()
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.