public enum SynapseSequenceType extends Enum<SynapseSequenceType>
Enum Constant and Description |
---|
API_FAULTSEQ |
API_INSEQ |
API_OUTSEQ |
INBOUND_FAULTSEQ |
INBOUND_SEQ |
NAMED |
PROXY_FAULTSEQ |
PROXY_INSEQ |
PROXY_OUTSEQ |
Modifier and Type | Method and Description |
---|---|
static SynapseSequenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynapseSequenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynapseSequenceType NAMED
public static final SynapseSequenceType PROXY_INSEQ
public static final SynapseSequenceType PROXY_OUTSEQ
public static final SynapseSequenceType PROXY_FAULTSEQ
public static final SynapseSequenceType API_INSEQ
public static final SynapseSequenceType API_OUTSEQ
public static final SynapseSequenceType API_FAULTSEQ
public static final SynapseSequenceType INBOUND_SEQ
public static final SynapseSequenceType INBOUND_FAULTSEQ
public static SynapseSequenceType[] values()
for (SynapseSequenceType c : SynapseSequenceType.values()) System.out.println(c);
public static SynapseSequenceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Apache Software Foundation. All rights reserved.