org.jfree.report.expressions.sys
public class IsExportTypeExpression extends AbstractExpression
Constructor and Description |
---|
IsExportTypeExpression() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
computeValue()
Return the current expression value.
|
java.lang.String |
getExportType() |
void |
setExportType(java.lang.String exportType) |
clone, getDataRow, getInstance, getName, getParentLocale, getReportConfiguration, getResourceBundleFactory, getRuntime, isDeepTraversing, isPrecompute, isPreserve, setDeepTraversing, setName, setPrecompute, setPreserve, setRuntime
public java.lang.String getExportType()
public void setExportType(java.lang.String exportType)
public java.lang.Object computeValue() throws ExpressionException
The value depends (obviously) on the expression implementation.
ExpressionException