Uses of Class
org.activiti.api.process.model.events.BPMNActivityEvent.ActivityEvents
-
Packages that use BPMNActivityEvent.ActivityEvents Package Description org.activiti.api.process.model.events -
-
Uses of BPMNActivityEvent.ActivityEvents in org.activiti.api.process.model.events
Methods in org.activiti.api.process.model.events that return BPMNActivityEvent.ActivityEvents Modifier and Type Method Description static BPMNActivityEvent.ActivityEventsBPMNActivityEvent.ActivityEvents. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BPMNActivityEvent.ActivityEvents[]BPMNActivityEvent.ActivityEvents. values()Returns an array containing the constants of this enum type, in the order they are declared.
-