org.jfree.xml.attributehandlers
Class ByteAttributeHandler

java.lang.Object
  extended by org.jfree.xml.attributehandlers.ByteAttributeHandler
All Implemented Interfaces:
AttributeHandler

public class ByteAttributeHandler
extends java.lang.Object
implements AttributeHandler

A class that handles the conversion of Byte attributes to and from an appropriate String representation.


Constructor Summary
ByteAttributeHandler()
          Creates a new attribute handler.
 
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

ByteAttributeHandler

public ByteAttributeHandler()
Creates a new attribute handler.

Method Detail

toAttributeValue

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

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

toPropertyValue

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

Specified by:
toPropertyValue in interface AttributeHandler
Parameters:
s - the string.
Returns:
a Byte.