org.jfree.report.util.beans

Class ClassValueConverter

public class ClassValueConverter extends Object implements ValueConverter

A class that handles the conversion of Integer attributes to and from their String representation.

Author: Thomas Morgner

Constructor Summary
ClassValueConverter()
Method Summary
StringtoAttributeValue(Object o)
ObjecttoPropertyValue(String s)

Constructor Detail

ClassValueConverter

public ClassValueConverter()

Method Detail

toAttributeValue

public String toAttributeValue(Object o)

toPropertyValue

public Object toPropertyValue(String s)