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