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

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

public class BooleanConverter
extends Object
implements Converter<Boolean>


Field Summary
static int[] trueIntegerValue
           
static String[] trueStringValue
           
 
Constructor Summary
BooleanConverter()
           
 
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
 

Field Detail

trueStringValue

public static final String[] trueStringValue

trueIntegerValue

public static final int[] trueIntegerValue
Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

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.