org.pentaho.reporting.engine.classic.core.function.bool
Class OrExpression
java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression
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.AbstractExpression |
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
OrExpression
public OrExpression()
- Deprecated.
- Default Constructor.
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