public class CastToTable extends DataProcessor implements java.io.Serializable
dataInfo, dataSink, tag| Constructor | Description |
|---|---|
CastToTable() |
Sole constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected IData |
processData(IData data) |
Copies input Data to a DataTable and returns it (the DataTable).
|
IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Prepares processor to perform cast.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSinkpublic IDataInfo processDataInfo(IDataInfo inputDataInfo)
processDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessorjava.lang.IllegalArgumentException - if DataInfo is not one of the acceptable types, as described
in general comments for this classprotected IData processData(IData data)
processData in class DataProcessordata - the Data for processingjava.lang.ClassCastException - if input Data is not of the type indicated by the most recent
call to processDataInfo