| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.report.expressions.AbstractExpressionorg.jfree.report.expressions.sys.IsEmptyDataExpressionpublic class IsEmptyDataExpressionextends AbstractExpressionConstructor Summary | |
Method Summary | |
Object |
|
Methods inherited from class org.jfree.report.expressions.AbstractExpression | |
clone, getDataRow, getInstance, getName, getParentLocale, getReportConfiguration, getResourceBundleFactory, getRuntime, isDeepTraversing, isPrecompute, isPreserve, setDeepTraversing, setName, setPrecompute, setPreserve, setRuntime | |
public Object computeValue() throws DataSourceException
Return the current expression value. The value depends (obviously) on the expression implementation.
- Specified by:
- computeValue in interface Expression
- Returns:
- the value of the function.