Package org.jfree.report
Interface DataFlags
- All 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
-
Method Details
-
isNumeric
boolean isNumeric() -
isDate
boolean isDate() -
isNull
boolean isNull() -
isZero
boolean isZero() -
isNegative
boolean isNegative() -
isPositive
boolean isPositive() -
isChanged
boolean isChanged() -
getValue
- Throws:
DataSourceException
-
getName
String getName()
-