Package org.jfree.report.data
Class PrecomputedExpressionSlot
java.lang.Object
org.jfree.report.data.PrecomputedExpressionSlot
- All Implemented Interfaces:
Cloneable
,ExpressionSlot
Creation-Date: 25.11.2006, 15:18:58
- Author:
- Thomas Morgner
-
Constructor Details
-
PrecomputedExpressionSlot
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceExpressionSlot
- Throws:
DataSourceException
-
advance
- Specified by:
advance
in interfaceExpressionSlot
- Throws:
DataSourceException
-
updateDataRow
- Specified by:
updateDataRow
in interfaceExpressionSlot
-
getName
- Specified by:
getName
in interfaceExpressionSlot
-
isDeepTraversing
public boolean isDeepTraversing()- Specified by:
isDeepTraversing
in interfaceExpressionSlot
-
clone
Returns a clone of the object.- Specified by:
clone
in interfaceExpressionSlot
- Overrides:
clone
in classObject
- Returns:
- A clone.
- Throws:
CloneNotSupportedException
- if cloning is not supported for some reason.
-
isPreserve
public boolean isPreserve()- Specified by:
isPreserve
in interfaceExpressionSlot
-