org.jfree.report.util.beans
public class ByteValueConverter extends Object implements ValueConverter
| Constructor Summary | |
|---|---|
| ByteValueConverter()
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 Byte.
|
Parameters: o the attribute (Byte expected).
Returns: A string representing the Byte value.
Parameters: s the string.
Returns: a Byte.