org.jfree.report.data

Class DefaultDataFlags

public class DefaultDataFlags extends Object implements DataFlags

Creation-Date: 20.02.2006, 16:00:34

Author: Thomas Morgner

Constructor Summary
DefaultDataFlags(String name, Object value, boolean changed)
Method Summary
StringgetName()
ObjectgetValue()
booleanisChanged()
booleanisDate()
booleanisNegative()
booleanisNull()
booleanisNumeric()
booleanisPositive()
booleanisZero()
StringtoString()

Constructor Detail

DefaultDataFlags

public DefaultDataFlags(String name, Object value, boolean changed)

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

toString

public String toString()