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