Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.util.beans.BigIntegerValueConverter
java.math.BigInteger
attributes to and
from their String
representation.
Constructor Summary | |
|
Method Summary | |
String |
|
Object |
|
public String toAttributeValue(Object o)
Converts the attribute to a string.
- Specified by:
- toAttributeValue in interface ValueConverter
- Parameters:
o
- the attribute (java.math.BigInteger
expected).
- Returns:
- A string representing the
java.math.BigInteger
value.
public Object toPropertyValue(String s)
Converts a string to ajava.math.BigInteger
.
- Specified by:
- toPropertyValue in interface ValueConverter
- Parameters:
s
- the string.
- Returns:
- a
java.math.BigInteger
.