public enum ProxyResult extends java.lang.Enum<ProxyResult>
Enum Constant and Description |
---|
NOT_PROXIABLE |
PROXYING |
TARGET_NODE_UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
static ProxyResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxyResult PROXYING
public static final ProxyResult TARGET_NODE_UNAVAILABLE
public static final ProxyResult NOT_PROXIABLE
public static ProxyResult[] values()
for (ProxyResult c : ProxyResult.values()) System.out.println(c);
public static ProxyResult 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 © OpenCloud. All Rights Reserved.