org.jfree.report.data
public class PrecomputedExpressionSlot extends Object implements ExpressionSlot
| Constructor Summary | |
|---|---|
| PrecomputedExpressionSlot(String name, Object value, boolean preserve) | |
| Method Summary | |
|---|---|
| void | advance() |
| Object | clone()
Returns a clone of the object.
|
| String | getName() |
| Object | getValue() |
| boolean | isDeepTraversing() |
| boolean | isPreserve() |
| void | updateDataRow(DataRow dataRow) |
Returns: A clone.
Throws: CloneNotSupportedException if cloning is not supported for some reason.