nl.bstoi.poiparser.core.strategy.converter
Class IntegerConvertor
java.lang.Object
nl.bstoi.poiparser.core.strategy.converter.IntegerConvertor
- All Implemented Interfaces:
- Converter<Integer>
public class IntegerConvertor
- extends Object
- implements Converter<Integer>
|
Method Summary |
Integer |
readCell(org.apache.poi.ss.usermodel.Cell cell)
Read a Cell and convert to |
void |
writeCell(org.apache.poi.ss.usermodel.Cell cell,
Integer value)
Write a value to cell |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerConvertor
public IntegerConvertor()
readCell
public Integer 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<Integer>
- Returns:
writeCell
public void writeCell(org.apache.poi.ss.usermodel.Cell cell,
Integer value)
- Description copied from interface:
Converter
- Write a value to cell
- Specified by:
writeCell in interface Converter<Integer>
Copyright © 2011 BSTOI.NL. All Rights Reserved.