Uses of Class
org.activiti.engine.impl.jobexecutor.TimerDeclarationType
-
Packages that use TimerDeclarationType Package Description org.activiti.engine.impl.jobexecutor -
-
Uses of TimerDeclarationType in org.activiti.engine.impl.jobexecutor
Methods in org.activiti.engine.impl.jobexecutor that return TimerDeclarationType Modifier and Type Method Description static TimerDeclarationTypeTimerDeclarationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimerDeclarationType[]TimerDeclarationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-