Uses of Enum Class
org.frankframework.scheduler.JobDefFunctions
Packages that use JobDefFunctions
-
Uses of JobDefFunctions in org.frankframework.scheduler
Methods in org.frankframework.scheduler that return JobDefFunctionsModifier and TypeMethodDescriptionstatic JobDefFunctions
Returns the enum constant of this class with the specified name.static JobDefFunctions[]
JobDefFunctions.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 JobDefFunctionsModifier and TypeMethodDescriptionboolean
JobDefFunctions.isEqualToAtLeastOneOf
(JobDefFunctions... functions) boolean
JobDefFunctions.isNotEqualToAtLeastOneOf
(JobDefFunctions... functions) -
Uses of JobDefFunctions in org.frankframework.scheduler.job
Methods in org.frankframework.scheduler.job that return JobDefFunctionsMethods in org.frankframework.scheduler.job with parameters of type JobDefFunctions