Package com.caplin.transformer.module.datasrc

Provides the classes used to represent the either an update received for a DataSource object, or the cached data for a DataSource object.

See: Description

Package com.caplin.transformer.module.datasrc Description

Provides the classes used to represent the either an update received for a DataSource object, or the cached data for a DataSource object.

The TransformerData class allows a module to access the subject, object type and fields for a particular DataSource object. It also allows this data to be modified.

The TransformerRecord class extends TransformerData to provide functionality that is only appropriate for objects of the type record. For example, fields can be retrieved and set using the field's name.

The DSFactory class provides a Transformer module the ability to create TransformerData and TransformerRecord objects.

Please send bug reports and comments to Caplin support