|
Class Summary |
| BaseCDLParamWriter |
Base class for CDLParamWriter implementations. |
| DataSettableCDLParamWriter |
Allows a specific CDL element to be set from the data. |
| DataSettableParamInfo |
The parent ParamInfo supports formatting indexes on tuples [such as DataSet1, DataSet2, etc.],
and appending the data to the end of tuples. |
| FormattedCDLParamWriter |
A CDLParamWriter that 1) creates tuples from given data, and 2) performs tupleFormatPrefix format
processing. |
| ParamInfo |
Encapsulates knowledge of a CDL parameter - does it have tuples, are elements quoted, is it really multiple
indexed parameters, etc. |
| ParamInfoFactory |
This Factory knows how to create a suitable ParamInfo instance according the the information passed in. |