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