org.pentaho.reporting.engine.classic.core.function.bool
Class AndExpression

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.function.AbstractExpression
      extended by org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression
          extended by org.pentaho.reporting.engine.classic.core.function.bool.AndExpression
All Implemented Interfaces:
Serializable, Cloneable, Expression

Deprecated. use formulas instead

public class AndExpression
extends ColumnAggregationExpression

Computes the logical AND of all fields given. Non-boolean values are ignored and have no influence on the result.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
AndExpression()
          Deprecated. Default Constructor.
 
Method Summary
 Object getValue()
          Deprecated. Computes the logical AND of all fields given.
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression
getField, getField, getFieldCount, getInstance, setField, setField
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndExpression

public AndExpression()
Deprecated. 
Default Constructor.

Method Detail

getValue

public Object getValue()
Deprecated. 
Computes the logical AND of all fields given.

Returns:
Boolean.TRUE or Boolean.FALSE