Package org.jfree.report.data
Class DefaultDataFlags
- java.lang.Object
-
- org.jfree.report.data.DefaultDataFlags
-
-
Constructor Summary
Constructors Constructor Description DefaultDataFlags(java.lang.String name, java.lang.Object value, boolean changed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.ObjectgetValue()booleanisChanged()booleanisDate()booleanisNegative()booleanisNull()booleanisNumeric()booleanisPositive()booleanisZero()java.lang.StringtoString()
-
-
-
Method Detail
-
isNegative
public boolean isNegative()
- Specified by:
isNegativein interfaceDataFlags
-
isPositive
public boolean isPositive()
- Specified by:
isPositivein interfaceDataFlags
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-