Enum Class的使用
cn.toutatis.xvoid.axolotl.excel.reader.constant.ExcelReadPolicy
使用ExcelReadPolicy的程序包
-
cn.toutatis.xvoid.axolotl.excel.reader中ExcelReadPolicy的使用
修饰符和类型方法说明booleanReaderConfig.getReadPolicyAsBoolean(ExcelReadPolicy policy) 获取一个布尔值类型的读取策略voidReaderConfig.setBooleanReadPolicy(ExcelReadPolicy policy, boolean value) 设置读取策略 -
cn.toutatis.xvoid.axolotl.excel.reader.constant中ExcelReadPolicy的使用
修饰符和类型方法说明static ExcelReadPolicyReturns the enum constant of this class with the specified name.static ExcelReadPolicy[]ExcelReadPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.