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
isNumeric
public boolean isNumeric()
isDate
public boolean isDate()
isNull
public boolean isNull()
isZero
public boolean isZero()
isNegative
public boolean isNegative()
isPositive
public boolean isPositive()
isChanged
public boolean isChanged()
getValue
public java.lang.Object getValue()
throws DataSourceException
- Throws:
DataSourceException
getName
public java.lang.String getName()