DateFactory |
The DateFactory object is used to create instances
or subclasses of the Date object.
|
DateTransform |
The DateTransform object is used to transform date
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
DateType |
The DateType enumeration provides a set of known date
formats supported by the date transformer.
|
DateType.DateFormat |
The DateFormat provides a synchronized means for
using the simple date format object.
|
Matcher |
The Matcher is used to match a type with a transform
such that a string value can be read or written as that type.
|
StringArrayTransform |
The StringArrayTransform is used to transform string
arrays to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Transform |
A Transform represents a an object used to transform
an object to and from a string value.
|
TransformException |
The TransformException is thrown if a problem occurs
during the transformation of an object.
|