org.jfree.xml.factory.objects
public class ByteObjectDescription extends AbstractObjectDescription
Byte object.
| Constructor Summary | |
|---|---|
| ByteObjectDescription()
Creates a new object description. | |
| Method Summary | |
|---|---|
| Object | createObject()
Creates a new object ( Byte) based on this description object.
|
| boolean | equals(Object o)
Tests for equality.
|
| int | hashCode()
Returns a hash code for the object.
|
| void | setParameterFromObject(Object o)
Sets the parameters of this description object to match the supplied object.
|
Byte) based on this description object.
Returns: The Byte object.
Parameters: o the object to test.
Returns: A boolean.
Returns: The hash code.
Parameters: o the object (should be an instance of Byte.
Throws: ObjectFactoryException if there is a problem while reading the properties of the given object.