org.jfree.report.util.beans
public class TimeZoneValueConverter extends Object implements ValueConverter
Constructor Summary | |
---|---|
TimeZoneValueConverter() |
Method Summary | |
---|---|
String | toAttributeValue(Object o)
Converts an object to an attribute value.
|
Object | toPropertyValue(String s)
Converts a string to a property value.
|
Parameters: o the object.
Returns: the attribute value.
Throws: BeanException if there was an error during the conversion.
Parameters: s the string.
Returns: a property value.
Throws: BeanException if there was an error during the conversion.