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