|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.util.beans.ByteValueConverter
public class ByteValueConverter
A class that handles the conversion of Byte
attributes to and from their String
representation.
Constructor Summary | |
---|---|
ByteValueConverter()
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 Byte . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteValueConverter()
Method Detail |
---|
public java.lang.String toAttributeValue(java.lang.Object o)
toAttributeValue
in interface ValueConverter
o
- the attribute (Byte
expected).
Byte
value.public java.lang.Object toPropertyValue(java.lang.String s)
Byte
.
toPropertyValue
in interface ValueConverter
s
- the string.
Byte
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |