*/
public CellValue< ? extends Comparable< ? >> makeCellValue(DTColumnConfig52 column,
int iRow,
int iCol,
DTCellValue52 dcv) {
DTDataTypes52 dataType = getDataType( column );
CellValue< ? extends Comparable< ? >> cell = null;
//If this is a legacy Decision Table values are always String
//so ensure that the appropriate DTCellValue field is populated
assertDTCellValue( dataType,