Uses of Class
org.apache.synapse.debug.constructs.SynapseSequenceType
-
Packages that use SynapseSequenceType Package Description org.apache.synapse.debug.constructs -
-
Uses of SynapseSequenceType in org.apache.synapse.debug.constructs
Methods in org.apache.synapse.debug.constructs that return SynapseSequenceType Modifier and Type Method Description SynapseSequenceType
SequenceMediationFlowPoint. getSynapseSequenceType()
static SynapseSequenceType
SynapseSequenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynapseSequenceType[]
SynapseSequenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.debug.constructs with parameters of type SynapseSequenceType Modifier and Type Method Description void
SequenceMediationFlowPoint. setSynapseSequenceType(SynapseSequenceType seqType)
-