public static enum SnmpURI.SnmpUriType extends Enum<SnmpURI.SnmpUriType>
Modifier and Type | Method and Description |
---|---|
static SnmpURI.SnmpUriType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpURI.SnmpUriType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnmpURI.SnmpUriType GET
public static final SnmpURI.SnmpUriType NEXT
public static final SnmpURI.SnmpUriType SUBTREE
public static SnmpURI.SnmpUriType[] values()
for (SnmpURI.SnmpUriType c : SnmpURI.SnmpUriType.values()) System.out.println(c);
public static SnmpURI.SnmpUriType 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 © 2018 SNMP4J.org. All rights reserved.