JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.aoju.bus.core.lang.Job.TYPE
Packages that use
Job.TYPE
Package
Description
org.aoju.bus.core.lang
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
Uses of
Job.TYPE
in
org.aoju.bus.core.lang
Methods in
org.aoju.bus.core.lang
that return
Job.TYPE
Modifier and Type
Method
Description
static
Job.TYPE
Job.TYPE.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Job.TYPE
[]
Job.TYPE.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.