Package org.jfree.report.util.beans
Class TimeZoneValueConverter
java.lang.Object
org.jfree.report.util.beans.TimeZoneValueConverter
- All Implemented Interfaces:
ValueConverter
Creation-Date: 24.01.2006, 19:19:03
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts an object to an attribute value.Converts a string to a property value.
-
Constructor Details
-
TimeZoneValueConverter
public TimeZoneValueConverter()
-
-
Method Details
-
toAttributeValue
Converts an object to an attribute value.- Specified by:
toAttributeValuein interfaceValueConverter- Parameters:
o- the object.- Returns:
- the attribute value.
- Throws:
BeanException- if there was an error during the conversion.
-
toPropertyValue
Converts a string to a property value.- Specified by:
toPropertyValuein interfaceValueConverter- Parameters:
s- the string.- Returns:
- a property value.
- Throws:
BeanException- if there was an error during the conversion.
-