JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
cn.sliew.flinkful.common.enums.JobType
Uses of
JobType
in
cn.sliew.flinkful.common.enums
Methods in
cn.sliew.flinkful.common.enums
that return
JobType
Modifier and Type
Method
Description
static
JobType
JobType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
JobType
[]
JobType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.