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