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

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

public class ShortConverter
extends Object
implements Converter<Short>


Constructor Summary
ShortConverter()
           
 
Method Summary
 Short readCell(org.apache.poi.ss.usermodel.Cell cell)
          Read a Cell and convert to
 void writeCell(org.apache.poi.ss.usermodel.Cell cell, Short 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

ShortConverter

public ShortConverter()
Method Detail

readCell

public Short 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<Short>
Returns:

writeCell

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

Specified by:
writeCell in interface Converter<Short>


Copyright © 2011 BSTOI.NL. All Rights Reserved.