JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
net.bluemind.scheduledjob.api.PlanKind
Packages that use
PlanKind
Package
Description
net.bluemind.scheduledjob.api
Uses of
PlanKind
in
net.bluemind.scheduledjob.api
Fields in
net.bluemind.scheduledjob.api
declared as
PlanKind
Modifier and Type
Field
Description
PlanKind
JobPlanification.
kind
Methods in
net.bluemind.scheduledjob.api
that return
PlanKind
Modifier and Type
Method
Description
static
PlanKind
PlanKind.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
PlanKind
[]
PlanKind.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.