public class ParamAssignationModeCellCoercer extends TypeBasedCellValueCoercer<CallStepParamsInfo>
| Modifier and Type | Field and Description |
|---|---|
static ParamAssignationModeCellCoercer |
INSTANCE |
| Constructor and Description |
|---|
ParamAssignationModeCellCoercer() |
| Modifier and Type | Method and Description |
|---|---|
protected CallStepParamsInfo |
coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
Blank cell means default value means
ImportMode.UPDATE. |
protected CallStepParamsInfo |
coerceStringCell(org.apache.poi.ss.usermodel.Cell cell) |
coerce, coerceBooleanCell, coerceFormulaCell, coerceNumericCell, liberallyParseInt, roundpublic static final ParamAssignationModeCellCoercer INSTANCE
protected CallStepParamsInfo coerceBlankCell(org.apache.poi.ss.usermodel.Cell cell)
ImportMode.UPDATE.coerceBlankCell in class TypeBasedCellValueCoercer<CallStepParamsInfo>TypeBasedCellValueCoercer.coerceBlankCell(org.apache.poi.ss.usermodel.Cell)protected CallStepParamsInfo coerceStringCell(org.apache.poi.ss.usermodel.Cell cell)
coerceStringCell in class TypeBasedCellValueCoercer<CallStepParamsInfo>TypeBasedCellValueCoercer.coerceStringCell(org.apache.poi.ss.usermodel.Cell)Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.