Uses of Enum Class
nl.bstoi.poiparser.core.strategy.converter.CellType
Packages that use CellType
-
Uses of CellType in nl.bstoi.poiparser.core.strategy.converter
Methods in nl.bstoi.poiparser.core.strategy.converter that return CellTypeModifier and TypeMethodDescriptionprotected CellTypeAbstractConverter.getCellType(org.apache.poi.ss.usermodel.Cell cell) static CellTypeCellType.getCellTypePoiCellType(org.apache.poi.ss.usermodel.CellType numericCellType) Get cell type based on numeric valuestatic CellTypeReturns the enum constant of this class with the specified name.static CellType[]CellType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in nl.bstoi.poiparser.core.strategy.converter with parameters of type CellType