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