org.jfree.report.data

Class PrecomputedExpressionSlot

public class PrecomputedExpressionSlot extends Object implements ExpressionSlot

Creation-Date: 25.11.2006, 15:18:58

Author: Thomas Morgner

Constructor Summary
PrecomputedExpressionSlot(String name, Object value, boolean preserve)
Method Summary
voidadvance()
Objectclone()
Returns a clone of the object.
StringgetName()
ObjectgetValue()
booleanisDeepTraversing()
booleanisPreserve()
voidupdateDataRow(DataRow dataRow)

Constructor Detail

PrecomputedExpressionSlot

public PrecomputedExpressionSlot(String name, Object value, boolean preserve)

Method Detail

advance

public void advance()

clone

public Object clone()
Returns a clone of the object.

Returns: A clone.

Throws: CloneNotSupportedException if cloning is not supported for some reason.

getName

public String getName()

getValue

public Object getValue()

isDeepTraversing

public boolean isDeepTraversing()

isPreserve

public boolean isPreserve()

updateDataRow

public void updateDataRow(DataRow dataRow)