public class LiberalBooleanCellCoercer extends TypeBasedCellValueCoercer<Boolean> implements CellValueCoercer<Boolean>
true are :
false are :
CannotCoerceException| Modifier and Type | Field and Description |
|---|---|
static LiberalBooleanCellCoercer |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
LiberalBooleanCellCoercer() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
coerceBooleanCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Boolean |
coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell) |
protected Boolean |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerce, coerceBlankCell, coerceFormulaCell, liberallyParseInt, roundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcoercepublic static final LiberalBooleanCellCoercer INSTANCE
protected Boolean coerceBooleanCell(org.apache.poi.ss.usermodel.Cell cell)
coerceBooleanCell in class TypeBasedCellValueCoercer<Boolean>TypeBasedCellValueCoercer.coerceBooleanCell(org.apache.poi.ss.usermodel.Cell)protected Boolean coerceStringCell(org.apache.poi.ss.usermodel.Cell cell)
coerceStringCell in class TypeBasedCellValueCoercer<Boolean>TypeBasedCellValueCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)protected Boolean coerceNumericCell(org.apache.poi.ss.usermodel.Cell cell)
coerceNumericCell in class TypeBasedCellValueCoercer<Boolean>TypeBasedCellValueCoercer.coerceNumericCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.