Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.xml.factory.objects.AbstractObjectDescription
org.jfree.xml.factory.objects.BeanObjectDescription
org.jfree.xml.factory.objects.SimpleDateFormatObjectDescription
public class SimpleDateFormatObjectDescription
extends BeanObjectDescription
SimpleDateFormat
object.
Constructor Summary | |
| |
| |
|
Method Summary | |
Object |
|
void |
|
Methods inherited from class org.jfree.xml.factory.objects.BeanObjectDescription | |
createObject , ignoreParameter , isParameterIgnored , setParameterFromObject |
Methods inherited from class org.jfree.xml.factory.objects.AbstractObjectDescription | |
configure , convertPrimitiveClass , equals , getConfig , getDefinedParameterNames , getInstance , getObjectClass , getParameter , getParameterDefinition , getParameterNames , getUnconfiguredInstance , hashCode , setParameter , setParameterDefinition |
public SimpleDateFormatObjectDescription()
Creates a new object description.
public SimpleDateFormatObjectDescription(Class className)
Creates a new object description.
- Parameters:
className
- the class.
public SimpleDateFormatObjectDescription(Class className, boolean init)
Creates a new object description.
- Parameters:
className
- the class.init
- initialise?
public Object createObject()
Creates an object based on this description.
- Specified by:
- createObject in interface ObjectDescription
- Overrides:
- createObject in interface BeanObjectDescription
- Returns:
- The object.
public void setParameterFromObject(Object o) throws ObjectFactoryException
Sets the parameters of this description object to match the supplied object.
- Specified by:
- setParameterFromObject in interface ObjectDescription
- Overrides:
- setParameterFromObject in interface BeanObjectDescription
- Parameters:
o
- the object.
- Throws:
ObjectFactoryException
- if there is a problem while reading the properties of the given object.