public class IsEmptyExpression extends AbstractExpression
Constructor and Description |
---|
IsEmptyExpression() |
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, setRuntime
public 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