public static enum SNMPValue.Type extends Enum<SNMPValue.Type>
| Enum Constant and Description |
|---|
LONG |
LONG_CONVERTABLE |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static SNMPValue.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNMPValue.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SNMPValue.Type LONG
public static final SNMPValue.Type STRING
public static final SNMPValue.Type LONG_CONVERTABLE
public static SNMPValue.Type[] values()
for (SNMPValue.Type c : SNMPValue.Type.values()) System.out.println(c);
public static SNMPValue.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 © 2008-2013 Red Hat, Inc.. All Rights Reserved.