Uses of Class
nl.bstoi.poiparser.core.strategy.PoiType
-
Packages that use PoiType Package Description nl.bstoi.poiparser.core.strategy -
-
Uses of PoiType in nl.bstoi.poiparser.core.strategy
Methods in nl.bstoi.poiparser.core.strategy that return PoiType Modifier and Type Method Description PoiTypeAbstractPoiParserFactory. getPoiType()static PoiTypePoiType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PoiType[]PoiType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.bstoi.poiparser.core.strategy with parameters of type PoiType Modifier and Type Method Description protected org.apache.poi.ss.usermodel.WorkbookAbstractPoiParserFactory. createNewWorkBook(PoiType poiType)
-