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