public static enum SnmpDriver.Match extends Enum<SnmpDriver.Match>
Modifier and Type | Method and Description |
---|---|
static SnmpDriver.Match |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpDriver.Match[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnmpDriver.Match FULL
public static final SnmpDriver.Match PARTIAL
public static final SnmpDriver.Match NONE
public static SnmpDriver.Match[] values()
for (SnmpDriver.Match c : SnmpDriver.Match.values()) System.out.println(c);
public static SnmpDriver.Match 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 © 2015. All Rights Reserved.