Uses of Enum Class
org.frankframework.scheduler.IbisJobDetail.JobType
Packages that use IbisJobDetail.JobType
-
Uses of IbisJobDetail.JobType in org.frankframework.scheduler
Methods in org.frankframework.scheduler that return IbisJobDetail.JobTypeModifier and TypeMethodDescriptionIbisJobDetail.getJobType()
static IbisJobDetail.JobType
Returns the enum constant of this class with the specified name.static IbisJobDetail.JobType[]
IbisJobDetail.JobType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.scheduler with parameters of type IbisJobDetail.JobTypeModifier and TypeMethodDescriptionIbisJobBuilder.setJobType
(IbisJobDetail.JobType jobType) void
IbisJobDetail.setJobType
(IbisJobDetail.JobType type)