org.jfree.report.function
Class ColumnMinimumExpression

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

public class ColumnMinimumExpression
extends ColumnAggregationExpression

Creation-Date: 20.01.2006, 19:16:17

Author:
Thomas Morgner
See Also:
Serialized Form

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

ColumnMinimumExpression

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