org.jfree.report.function.bool
Class AndExpression

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

public class AndExpression
extends ColumnAggregationExpression

Creation-Date: 27.01.2006, 21:09:20

Author:
Thomas Morgner
See Also:
Serialized Form

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

AndExpression

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