Interface ColumnProcessor
- All Known Implementing Classes:
CompoundColumnProcessor
,ComputedColumnProcessor
,TotalizeColumnProcessor
public interface ColumnProcessor
Row process interface
-
Method Summary
-
Method Details
-
process
Process row to retrieve a CellData- Parameters:
row
- datalist row- Returns:
- processed CellData
- Throws:
AWException
- AWE exception
-
getColumnIdentifier
String getColumnIdentifier()Get column identifier- Returns:
- column identifier
-