public enum HostSnmpAgentCapability extends Enum<HostSnmpAgentCapability>
Java class for HostSnmpAgentCapability.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostSnmpAgentCapability">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="COMPLETE"/>
<enumeration value="DIAGNOSTICS"/>
<enumeration value="CONFIGURATION"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COMPLETE |
CONFIGURATION |
DIAGNOSTICS |
| Modifier and Type | Method and Description |
|---|---|
static HostSnmpAgentCapability |
fromValue(String v) |
String |
value() |
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 nullpublic String value()
public static HostSnmpAgentCapability fromValue(String v)
Copyright © 2018. All rights reserved.