public static enum ResourceRef.ConnectionManagementPolicyEnum extends java.lang.Enum<ResourceRef.ConnectionManagementPolicyEnum>
Enum Constant and Description |
---|
AGGRESSIVE |
DEFAULT |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static ResourceRef.ConnectionManagementPolicyEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRef.ConnectionManagementPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceRef.ConnectionManagementPolicyEnum DEFAULT
public static final ResourceRef.ConnectionManagementPolicyEnum AGGRESSIVE
public static final ResourceRef.ConnectionManagementPolicyEnum NORMAL
public static ResourceRef.ConnectionManagementPolicyEnum[] values()
for (ResourceRef.ConnectionManagementPolicyEnum c : ResourceRef.ConnectionManagementPolicyEnum.values()) System.out.println(c);
public static ResourceRef.ConnectionManagementPolicyEnum 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 null