org.jfree.report.util.beans
Class CharacterValueConverter

java.lang.Object
  extended by org.jfree.report.util.beans.CharacterValueConverter
All Implemented Interfaces:
ValueConverter

public class CharacterValueConverter
extends java.lang.Object
implements ValueConverter

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

Author:
Thomas Morgner

Constructor Summary
CharacterValueConverter()
          Creates a new value converter.
 
Method Summary
 java.lang.String toAttributeValue(java.lang.Object o)
          Converts the attribute to a string.
 java.lang.Object toPropertyValue(java.lang.String s)
          Converts a string to a Character.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterValueConverter

public CharacterValueConverter()
Creates a new value converter.

Method Detail

toAttributeValue

public java.lang.String toAttributeValue(java.lang.Object o)
Converts the attribute to a string.

Specified by:
toAttributeValue in interface ValueConverter
Parameters:
o - the attribute (Character expected).
Returns:
A string representing the Character value.

toPropertyValue

public java.lang.Object toPropertyValue(java.lang.String s)
Converts a string to a Character.

Specified by:
toPropertyValue in interface ValueConverter
Parameters:
s - the string.
Returns:
a Character.