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

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.OrExpression
All Implemented Interfaces:
Serializable, Cloneable, Expression

Deprecated. use Formulas instead

public class OrExpression
extends ColumnAggregationExpression

Computes the logical OR 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
OrExpression()
          Deprecated. Default Constructor.
 
Method Summary
 Object getValue()
          Deprecated. Computes the logical OR 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

OrExpression

public OrExpression()
Deprecated. 
Default Constructor.

Method Detail

getValue

public Object getValue()
Deprecated. 
Computes the logical OR of all fields given. Non-boolean values are ignored and have no influence on the result.

Returns:
Boolean.TRUE or Boolean.FALSE