org.jfree.report

Interface DataFlags

public interface DataFlags

A DataFlags object is an immutable wrapper around a value read from the datarow.

Author: Thomas Morgner

Method Summary
StringgetName()
ObjectgetValue()
booleanisChanged()
booleanisDate()
booleanisNegative()
booleanisNull()
booleanisNumeric()
booleanisPositive()
booleanisZero()

Method Detail

getName

public String getName()

getValue

public Object getValue()

isChanged

public boolean isChanged()

isDate

public boolean isDate()

isNegative

public boolean isNegative()

isNull

public boolean isNull()

isNumeric

public boolean isNumeric()

isPositive

public boolean isPositive()

isZero

public boolean isZero()