Package org.jfree.report.expressions.sys
Class IsExportTypeExpression
java.lang.Object
org.jfree.report.expressions.AbstractExpression
org.jfree.report.expressions.sys.IsExportTypeExpression
- All Implemented Interfaces:
Serializable
,Cloneable
,Expression
Tests, whether a certain export type is currently used.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the current expression value.void
setExportType
(String exportType) 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
-
Constructor Details
-
IsExportTypeExpression
public IsExportTypeExpression()
-
-
Method Details
-
getExportType
-
setExportType
-
computeValue
Return the current expression value.The value depends (obviously) on the expression implementation.
- Returns:
- the value of the function.
- Throws:
ExpressionException
-