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