public static enum TorConfig.ConfigVarType extends Enum<TorConfig.ConfigVarType>
| Enum Constant and Description |
|---|
AUTOBOOL |
BOOLEAN |
BRIDGE_LINE |
HS_AUTH |
INTEGER |
INTERVAL |
PATH |
PORTLIST |
STRING |
STRINGLIST |
| Modifier and Type | Method and Description |
|---|---|
static TorConfig.ConfigVarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TorConfig.ConfigVarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TorConfig.ConfigVarType INTEGER
public static final TorConfig.ConfigVarType STRING
public static final TorConfig.ConfigVarType HS_AUTH
public static final TorConfig.ConfigVarType BOOLEAN
public static final TorConfig.ConfigVarType INTERVAL
public static final TorConfig.ConfigVarType PORTLIST
public static final TorConfig.ConfigVarType STRINGLIST
public static final TorConfig.ConfigVarType PATH
public static final TorConfig.ConfigVarType AUTOBOOL
public static final TorConfig.ConfigVarType BRIDGE_LINE
public static TorConfig.ConfigVarType[] values()
for (TorConfig.ConfigVarType c : TorConfig.ConfigVarType.values()) System.out.println(c);
public static TorConfig.ConfigVarType 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.