| Modifier and Type | Field and Description |
|---|---|
static int[] |
trueIntegerValue |
static java.lang.String[] |
trueStringValue |
| Constructor and Description |
|---|
BooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
readCell(org.apache.poi.ss.usermodel.Cell cell)
Read a Cell and convert to [T]
|
java.lang.Boolean |
readCell(org.apache.poi.ss.usermodel.Cell cell,
java.lang.String regex)
Read a Cell and convert to [T]
|
void |
writeCell(org.apache.poi.ss.usermodel.Cell cell,
java.lang.Boolean value)
Write a [T] value to cell
|
public static final java.lang.String[] trueStringValue
public static final int[] trueIntegerValue
public java.lang.Boolean readCell(org.apache.poi.ss.usermodel.Cell cell)
Converterpublic java.lang.Boolean readCell(org.apache.poi.ss.usermodel.Cell cell,
java.lang.String regex)
ConverterCopyright © 2011-2014 BSTOI.NL. All Rights Reserved.