public static enum JobserProperties.Type extends Enum<JobserProperties.Type>
| 枚举常量和说明 |
|---|
concurrent |
quartz |
springboot |
thread |
timer |
xxljob |
public static final JobserProperties.Type quartz
public static final JobserProperties.Type xxljob
public static final JobserProperties.Type thread
public static final JobserProperties.Type timer
public static final JobserProperties.Type concurrent
public static final JobserProperties.Type springboot
public static JobserProperties.Type[] values()
for (JobserProperties.Type c : JobserProperties.Type.values()) System.out.println(c);
public static JobserProperties.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright (c) 2002-2020 Luther Inc.