public static enum SnmpV3Configuration.SnmpV3SecurityLevel extends Enum<SnmpV3Configuration.SnmpV3SecurityLevel>
Enum Constant and Description |
---|
Auth |
AuthPrivacy |
NA |
Unknown |
Modifier and Type | Method and Description |
---|---|
static SnmpV3Configuration.SnmpV3SecurityLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpV3Configuration.SnmpV3SecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnmpV3Configuration.SnmpV3SecurityLevel Auth
public static final SnmpV3Configuration.SnmpV3SecurityLevel AuthPrivacy
public static final SnmpV3Configuration.SnmpV3SecurityLevel NA
public static final SnmpV3Configuration.SnmpV3SecurityLevel Unknown
public static SnmpV3Configuration.SnmpV3SecurityLevel[] values()
for (SnmpV3Configuration.SnmpV3SecurityLevel c : SnmpV3Configuration.SnmpV3SecurityLevel.values()) System.out.println(c);
public static SnmpV3Configuration.SnmpV3SecurityLevel 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 © 2016. All rights reserved.