Uses of Enum Class
com.mayam.wf.mq.property.JobState
Package
Description
This package holds Mayam message property names and values.
-
Uses of JobState in com.mayam.wf.mq.property
Modifier and TypeMethodDescriptionstatic JobState
JobState.fromMessage
(MqMessage message) Returns theJobState
of a message.static JobState
JobState.fromString
(String value) Looks up aJobState
based on its message property value form.static JobState
Returns the enum constant of this class with the specified name.static JobState[]
JobState.values()
Returns an array containing the constants of this enum class, in the order they are declared.