org.jfree.report.util.beans
public class BigDecimalValueConverter extends Object implements ValueConverter
Constructor Summary | |
---|---|
BigDecimalValueConverter()
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 BigDecimal.
|
Parameters: o the attribute (BigDecimal expected).
Returns: A string representing the BigDecimal value.
Parameters: s the string.
Returns: a BigDecimal.