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