olg.csv.bean.impl
Class RowProcessor.ValueStrategy
java.lang.Object
  
olg.csv.bean.impl.RowProcessor.ValueStrategy
- Enclosing class:
 - RowProcessor<B>
 
private class RowProcessor.ValueStrategy
- extends Object
 
Strategy to define a cell value.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RowProcessor.ValueStrategy
private RowProcessor.ValueStrategy()
getValue
public Cell getValue(ICellProcessor<B> fieldFormatter,
                     B element)
- Product a new cell.
- Parameters:
 fieldFormatter - the field formatter to used to product the cell value.element - the element
- Returns:
 - a new cell
 
 
 
Copyright © 2014. All Rights Reserved.