public class IsNullExpression extends AbstractExpression
| Constructor and Description |
|---|
IsNullExpression() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
computeValue()
Return the current expression value.
|
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object value) |
clone, getDataRow, getInstance, getName, getParentLocale, getReportConfiguration, getResourceBundleFactory, getRuntime, isDeepTraversing, isPrecompute, isPreserve, setDeepTraversing, setName, setPrecompute, setPreserve, setRuntimepublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
public java.lang.Object computeValue()
throws DataSourceException
The value depends (obviously) on the expression implementation.
DataSourceException