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