olg.csv.bean.impl
Class RowProcessor.ValueStrategy

Package class diagram package RowProcessor.ValueStrategy
java.lang.Object
  extended by olg.csv.bean.impl.RowProcessor.ValueStrategy
Enclosing class:
RowProcessor<B>

private class RowProcessor.ValueStrategy
extends Object

Strategy to define a cell value.


Constructor Summary
private RowProcessor.ValueStrategy()
           
 
Method Summary
 Cell getValue(ICellProcessor<B> fieldFormatter, B element)
          Product a new cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowProcessor.ValueStrategy

private RowProcessor.ValueStrategy()
Method Detail

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.