org.jfree.report.util.beans

Class BooleanValueConverter

public class BooleanValueConverter extends Object implements ValueConverter

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

Author: Thomas Morgner

Constructor Summary
BooleanValueConverter()
Creates a new value converter.
Method Summary
StringtoAttributeValue(Object o)
Converts the attribute to a string.
ObjecttoPropertyValue(String s)
Converts a string to a Boolean.

Constructor Detail

BooleanValueConverter

public BooleanValueConverter()
Creates a new value converter.

Method Detail

toAttributeValue

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

Parameters: o the attribute (Boolean expected).

Returns: A string representing the Boolean value.

toPropertyValue

public Object toPropertyValue(String s)
Converts a string to a Boolean.

Parameters: s the string.

Returns: a Boolean.