Enum Class的使用
cn.sinozg.applet.quartz.use.enums.JobTypeEnum
使用JobTypeEnum的程序包
-
cn.sinozg.applet.quartz.use.enums中JobTypeEnum的使用
修饰符和类型方法说明static JobTypeEnumReturns the enum constant of this class with the specified name.static JobTypeEnum[]JobTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.sinozg.applet.quartz.use.module中JobTypeEnum的使用