org.jfree.report.util.beans
public class BooleanValueConverter extends Object implements ValueConverter
| Constructor Summary | |
|---|---|
| BooleanValueConverter()
Creates a new value converter. | |
| Method Summary | |
|---|---|
| String | toAttributeValue(Object o)
Converts the attribute to a string.
|
| Object | toPropertyValue(String s)
Converts a string to a Boolean.
|
Parameters: o the attribute (Boolean expected).
Returns: A string representing the Boolean value.
Parameters: s the string.
Returns: a Boolean.