Uses of Class
io.imast.work4j.model.TriggerType
-
Packages that use TriggerType Package Description io.imast.work4j.model -
-
Uses of TriggerType in io.imast.work4j.model
Methods in io.imast.work4j.model that return TriggerType Modifier and Type Method Description static TriggerTypeTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerType[]TriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-