Uses of Class
io.keikai.range.impl.imexp.ExcelExportFactory.Type
-
Packages that use ExcelExportFactory.Type Package Description io.keikai.range.impl.imexp -
-
Uses of ExcelExportFactory.Type in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return ExcelExportFactory.Type Modifier and Type Method Description static ExcelExportFactory.TypeExcelExportFactory.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExcelExportFactory.Type[]ExcelExportFactory.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.keikai.range.impl.imexp with parameters of type ExcelExportFactory.Type Constructor Description ExcelExportFactory(ExcelExportFactory.Type type)
-