org.jfree.report.util.beans

Class ClassValueConverter

Implemented Interfaces:
ValueConverter

public class ClassValueConverter
extends java.lang.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

String
toAttributeValue(Object o)
Object
toPropertyValue(String s)

Constructor Details

ClassValueConverter

public ClassValueConverter()

Method Details

toAttributeValue

public String toAttributeValue(Object o)
Specified by:
toAttributeValue in interface ValueConverter

toPropertyValue

public Object toPropertyValue(String s)
Specified by:
toPropertyValue in interface ValueConverter