public enum DescriptorType extends java.lang.Enum<DescriptorType>
Enum Constant and Description |
---|
BRIDGE_EXTRA_INFOS |
BRIDGE_SERVER_DESCRIPTORS |
BRIDGE_STATUSES |
EXIT_LISTS |
RELAY_CONSENSUSES |
RELAY_EXTRA_INFOS |
RELAY_SERVER_DESCRIPTORS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDir() |
static DescriptorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorType RELAY_CONSENSUSES
public static final DescriptorType RELAY_SERVER_DESCRIPTORS
public static final DescriptorType RELAY_EXTRA_INFOS
public static final DescriptorType EXIT_LISTS
public static final DescriptorType BRIDGE_STATUSES
public static final DescriptorType BRIDGE_SERVER_DESCRIPTORS
public static final DescriptorType BRIDGE_EXTRA_INFOS
public static DescriptorType[] values()
for (DescriptorType c : DescriptorType.values()) System.out.println(c);
public static DescriptorType 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 nullpublic java.lang.String getDir()