org.pentaho.reporting.engine.classic.core.function.bool
Class AndExpression
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.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.AbstractExpression |
clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
AndExpression
public AndExpression()
- Deprecated.
- Default Constructor.
getValue
public Object getValue()
- Deprecated.
- Computes the logical AND of all fields given.
- Returns:
- Boolean.TRUE or Boolean.FALSE