java.io.Serializable
, java.lang.Comparable<DHOperations.KeyType>
public static enum DHOperations.KeyType extends java.lang.Enum<DHOperations.KeyType>
Enum Constant | Description |
---|---|
authKeyChange |
|
privKeyChange |
Modifier and Type | Method | Description |
---|---|---|
static DHOperations.KeyType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DHOperations.KeyType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DHOperations.KeyType authKeyChange
public static final DHOperations.KeyType privKeyChange
public static DHOperations.KeyType[] values()
for (DHOperations.KeyType c : DHOperations.KeyType.values()) System.out.println(c);
public static DHOperations.KeyType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 SNMP4J.org. All rights reserved.