An object-description for a bean object. This object description
is very dangerous, if the bean contains properties with undefined
types.
author: Thomas Morgner
BeanObjectDescription(Class className, boolean init) Creates a new object description.
Parameters: className - the class. Parameters: init - set to true, to autmaoticly initialise the object description.
isParameterIgnored(String parameter) Returns a flag that indicates whether or not the specified parameter is
ignored.
Parameters: parameter - the parameter.
public BeanObjectDescription(Class className)(Code)
Creates a new object description.
Parameters: className - the class.
BeanObjectDescription
public BeanObjectDescription(Class className, boolean init)(Code)
Creates a new object description.
Parameters: className - the class. Parameters: init - set to true, to autmaoticly initialise the object description. If set to false, the initialisation is elsewhere.
Sets the parameters in the description to match the supplied object.
Parameters: o - the object (null not allowed). throws: ObjectFactoryException - if there is a problem.
Methods inherited from org.jfree.xml.factory.objects.AbstractObjectDescription