枚举的使用
com.xxl.job.core.glue.GlueTypeEnum
使用GlueTypeEnum的程序包
-
com.xxl.job.core.glue中GlueTypeEnum的使用
修饰符和类型方法说明static GlueTypeEnumstatic GlueTypeEnum返回带有指定名称的该类型的枚举常量。static GlueTypeEnum[]GlueTypeEnum.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
com.xxl.job.core.handler.impl中GlueTypeEnum的使用
参数类型为GlueTypeEnum的com.xxl.job.core.handler.impl中的构造器限定符构造器说明ScriptJobHandler(int jobId, long glueUpdatetime, String gluesource, GlueTypeEnum glueType)