org.jfree.xml.factory.objects
public class CharacterObjectDescription extends AbstractObjectDescription
Character object.
| Constructor Summary | |
|---|---|
| CharacterObjectDescription()
Creates a new object description. | |
| Method Summary | |
|---|---|
| Object | createObject()
Creates a new object ( Character) 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.
|
Character) based on this description object.
Returns: The Character object.
Parameters: o the object to test.
Returns: A boolean.
Returns: The hash code.
Parameters: o the object (should be an instance of Character).
Throws: ObjectFactoryException if there is a problem while reading the properties of the given object.