public static enum SnmpUriResponse.Type extends Enum<SnmpUriResponse.Type>
Enum Constant and Description |
---|
FINAL |
IO_ERROR |
LEXICOGRAPHIC_ORDER_ERROR |
NEXT |
SECURITY_ERROR |
SNMP_ERROR |
TIMEOUT |
Modifier and Type | Method and Description |
---|---|
static SnmpUriResponse.Type |
valueOf(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(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 © 2023 SNMP4J.org. All rights reserved.