public static enum SynapseConstants.ENDPOINT_TIMEOUT_TYPE extends java.lang.Enum<SynapseConstants.ENDPOINT_TIMEOUT_TYPE>
Enum Constant and Description |
---|
ENDPOINT_TIMEOUT |
GLOBAL_TIMEOUT |
HTTP_CONNECTION_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
static SynapseConstants.ENDPOINT_TIMEOUT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SynapseConstants.ENDPOINT_TIMEOUT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynapseConstants.ENDPOINT_TIMEOUT_TYPE ENDPOINT_TIMEOUT
public static final SynapseConstants.ENDPOINT_TIMEOUT_TYPE GLOBAL_TIMEOUT
public static final SynapseConstants.ENDPOINT_TIMEOUT_TYPE HTTP_CONNECTION_TIMEOUT
public static SynapseConstants.ENDPOINT_TIMEOUT_TYPE[] values()
for (SynapseConstants.ENDPOINT_TIMEOUT_TYPE c : SynapseConstants.ENDPOINT_TIMEOUT_TYPE.values()) System.out.println(c);
public static SynapseConstants.ENDPOINT_TIMEOUT_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.