Interface CellProcessor
- All Known Implementing Classes:
TransformCellProcessor
,TranslateCellProcessor
public interface CellProcessor
Row process interface
-
Method Summary
Modifier and TypeMethodDescriptionGet column identifierProcess cell to retrieve a CellData
-
Method Details
-
process
Process cell to retrieve a CellData- Parameters:
cell
- cellData- Returns:
- processed cellData
- Throws:
AWException
- AWE exception
-
getColumnIdentifier
String getColumnIdentifier()Get column identifier- Returns:
- column identifier
-