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