org.jfree.report

Interface DataFlags

Known Implementing Classes:
DefaultDataFlags

public interface DataFlags

A DataFlags object is an immutable wrapper around a value read from the datarow.
Author:
Thomas Morgner

Method Summary

String
getName()
Object
getValue()
boolean
isChanged()
boolean
isDate()
boolean
isNegative()
boolean
isNull()
boolean
isNumeric()
boolean
isPositive()
boolean
isZero()

Method Details

getName

public String getName()

getValue

public Object getValue()
            throws DataSourceException

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()