Uses of Enum
org.seed.core.task.IntervalUnit
Packages that use IntervalUnit
-
Uses of IntervalUnit in org.seed.core.task
Methods in org.seed.core.task that return IntervalUnitModifier and TypeMethodDescriptionTask.getRepeatIntervalUnit()
TaskMetadata.getRepeatIntervalUnit()
static IntervalUnit
Returns the enum constant of this type with the specified name.static IntervalUnit[]
IntervalUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.seed.core.task with parameters of type IntervalUnitModifier and TypeMethodDescriptionvoid
TaskMetadata.setRepeatIntervalUnit
(IntervalUnit repeatIntervalUnit) -
Uses of IntervalUnit in org.seed.ui.zk.vm.admin
Methods in org.seed.ui.zk.vm.admin that return IntervalUnit