org.jfree.report.util.beans

Class BigDecimalValueConverter

Implemented Interfaces:
ValueConverter

public class BigDecimalValueConverter
extends java.lang.Object
implements ValueConverter

A class that handles the conversion of BigDecimal attributes to and from their String representation.
Author:
Thomas Morgner

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.

Constructor Details

BigDecimalValueConverter

public BigDecimalValueConverter()
Creates a new value converter.

Method Details

toAttributeValue

public String toAttributeValue(Object o)
Converts the attribute to a string.
Specified by:
toAttributeValue in interface ValueConverter
Parameters:
o - the attribute (BigDecimal expected).
Returns:
A string representing the BigDecimal value.

toPropertyValue

public Object toPropertyValue(String s)
Converts a string to a BigDecimal.
Specified by:
toPropertyValue in interface ValueConverter
Parameters:
s - the string.
Returns:
a BigDecimal.