public static enum TorConfig.AutoBoolValue extends Enum<TorConfig.AutoBoolValue>
| Modifier and Type | Method and Description |
|---|---|
static TorConfig.AutoBoolValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TorConfig.AutoBoolValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TorConfig.AutoBoolValue TRUE
public static final TorConfig.AutoBoolValue FALSE
public static final TorConfig.AutoBoolValue AUTO
public static TorConfig.AutoBoolValue[] values()
for (TorConfig.AutoBoolValue c : TorConfig.AutoBoolValue.values()) System.out.println(c);
public static TorConfig.AutoBoolValue 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.