nl.bstoi.poiparser.core.strategy.converter
Class StringConverter

java.lang.Object
  extended by nl.bstoi.poiparser.core.strategy.converter.StringConverter
All Implemented Interfaces:
Converter<String>

public class StringConverter
extends Object
implements Converter<String>


Constructor Summary
StringConverter()
           
 
Method Summary
 String readCell(org.apache.poi.ss.usermodel.Cell cell)
          Read a Cell and convert to
 void writeCell(org.apache.poi.ss.usermodel.Cell cell, String value)
          Write a value to cell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringConverter

public StringConverter()
Method Detail

readCell

public String readCell(org.apache.poi.ss.usermodel.Cell cell)
Description copied from interface: Converter
Read a Cell and convert to

Specified by:
readCell in interface Converter<String>
Returns:

writeCell

public void writeCell(org.apache.poi.ss.usermodel.Cell cell,
                      String value)
Description copied from interface: Converter
Write a value to cell

Specified by:
writeCell in interface Converter<String>


Copyright © 2011 BSTOI.NL. All Rights Reserved.