olg.csv.bean
Interface ICellProcessor<B>

Package class diagram package ICellProcessor
Type Parameters:
B - dedicated bean the processor deals with.
All Known Implementing Classes:
CellProcessor

public interface ICellProcessor<B>

In writing process, products cells from beans.


Method Summary
 Cell getHeader()
          Provides a header cell.
 Cell transform(B e)
          Product a cell from a bean.
 

Method Detail

transform

Cell transform(B e)
Product a cell from a bean. Typically, a cell contains a string representation of a field of the given bean.

Parameters:
e - the bean.
Returns:
the cell.

getHeader

Cell getHeader()
Provides a header cell.

Returns:
the header cell.


Copyright © 2014. All Rights Reserved.