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 JobDefFunctionsReturns 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 TypeMethodDescriptionbooleanJobDefFunctions.isEqualToAtLeastOneOf(JobDefFunctions... functions) booleanJobDefFunctions.isNotEqualToAtLeastOneOf(JobDefFunctions... functions) -
Uses of JobDefFunctions in org.frankframework.scheduler.job
Methods in org.frankframework.scheduler.job with parameters of type JobDefFunctions