org.jfree.report.util.beans
public class BigIntegerValueConverter extends Object implements ValueConverter
Constructor Summary | |
---|---|
BigIntegerValueConverter()
Creates a new value converter. |
Method Summary | |
---|---|
String | toAttributeValue(Object o)
Converts the attribute to a string.
|
Object | toPropertyValue(String s)
Converts a string to a java.math.BigInteger.
|
Parameters: o the attribute (java.math.BigInteger expected).
Returns: A string representing the java.math.BigInteger value.
Parameters: s the string.
Returns: a java.math.BigInteger.