org.jfree.xml.factory.objects

Class SimpleDateFormatObjectDescription

public class SimpleDateFormatObjectDescription extends BeanObjectDescription

An object-description for a SimpleDateFormat object.

Author: Thomas Morgner

Constructor Summary
SimpleDateFormatObjectDescription()
Creates a new object description.
SimpleDateFormatObjectDescription(Class className)
Creates a new object description.
SimpleDateFormatObjectDescription(Class className, boolean init)
Creates a new object description.
Method Summary
ObjectcreateObject()
Creates an object based on this description.
voidsetParameterFromObject(Object o)
Sets the parameters of this description object to match the supplied object.

Constructor Detail

SimpleDateFormatObjectDescription

public SimpleDateFormatObjectDescription()
Creates a new object description.

SimpleDateFormatObjectDescription

public SimpleDateFormatObjectDescription(Class className)
Creates a new object description.

Parameters: className the class.

SimpleDateFormatObjectDescription

public SimpleDateFormatObjectDescription(Class className, boolean init)
Creates a new object description.

Parameters: className the class. init initialise?

Method Detail

createObject

public Object createObject()
Creates an object based on this description.

Returns: The object.

setParameterFromObject

public void setParameterFromObject(Object o)
Sets the parameters of this description object to match the supplied object.

Parameters: o the object.

Throws: ObjectFactoryException if there is a problem while reading the properties of the given object.