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