public enum DescriptorHistory extends java.lang.Enum<DescriptorHistory>
Enum Constant and Description |
---|
ARCHIVED_HISTORY |
BRIDGE_EXTRAINFO_HISTORY |
BRIDGE_SERVER_HISTORY |
BRIDGE_STATUS_HISTORY |
EXIT_LIST_HISTORY |
RELAY_CONSENSUS_HISTORY |
RELAY_EXTRAINFO_HISTORY |
RELAY_SERVER_HISTORY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName() |
static DescriptorHistory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorHistory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorHistory RELAY_CONSENSUS_HISTORY
public static final DescriptorHistory RELAY_SERVER_HISTORY
public static final DescriptorHistory RELAY_EXTRAINFO_HISTORY
public static final DescriptorHistory EXIT_LIST_HISTORY
public static final DescriptorHistory BRIDGE_STATUS_HISTORY
public static final DescriptorHistory BRIDGE_SERVER_HISTORY
public static final DescriptorHistory BRIDGE_EXTRAINFO_HISTORY
public static final DescriptorHistory ARCHIVED_HISTORY
public static DescriptorHistory[] values()
for (DescriptorHistory c : DescriptorHistory.values()) System.out.println(c);
public static DescriptorHistory 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 getFileName()