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