Uses of Enum Class
de.espirit.firstspirit.access.schedule.GenerateTask.Type
Packages that use GenerateTask.Type
-
Uses of GenerateTask.Type in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return GenerateTask.TypeModifier and TypeMethodDescription@NotNull GenerateTask.Type
GenerateTask.getType()
The generation
used for thistype
GenerateTask
static GenerateTask.Type
Returns the enum constant of this class with the specified name.static GenerateTask.Type[]
GenerateTask.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.schedule with parameters of type GenerateTask.TypeModifier and TypeMethodDescriptionvoid
GenerateTask.setType
(@NotNull GenerateTask.Type type) Provide the
used for thisType
GenerateTask
.