Interface CellProcessor

All Known Implementing Classes:
TransformCellProcessor, TranslateCellProcessor

public interface CellProcessor
Row process interface
  • Method Details

    • process

      CellData process(CellData cell) throws AWException
      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