public enum RouterMicrodescriptorKeyword extends Enum<RouterMicrodescriptorKeyword>
| Enum Constant and Description |
|---|
A |
FAMILY |
NTOR_ONION_KEY |
ONION_KEY |
P |
UNKNOWN_KEYWORD |
| Modifier and Type | Field and Description |
|---|---|
static int |
VARIABLE_ARGUMENT_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static RouterMicrodescriptorKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouterMicrodescriptorKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouterMicrodescriptorKeyword ONION_KEY
public static final RouterMicrodescriptorKeyword NTOR_ONION_KEY
public static final RouterMicrodescriptorKeyword A
public static final RouterMicrodescriptorKeyword FAMILY
public static final RouterMicrodescriptorKeyword P
public static final RouterMicrodescriptorKeyword UNKNOWN_KEYWORD
public static final int VARIABLE_ARGUMENT_COUNT
public static RouterMicrodescriptorKeyword[] values()
for (RouterMicrodescriptorKeyword c : RouterMicrodescriptorKeyword.values()) System.out.println(c);
public static RouterMicrodescriptorKeyword 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.