Uses of Class
de.xima.fc.timing.JobKeyFactory.JobGroups
-
Packages that use JobKeyFactory.JobGroups Package Description de.xima.fc.timing Logic for the scheduling of tasks -
-
Uses of JobKeyFactory.JobGroups in de.xima.fc.timing
Methods in de.xima.fc.timing that return JobKeyFactory.JobGroups Modifier and Type Method Description static JobKeyFactory.JobGroups
JobKeyFactory.JobGroups. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobKeyFactory.JobGroups[]
JobKeyFactory.JobGroups. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-