public static enum WhitelistBlacklistConfiguration.Precedence extends Enum<WhitelistBlacklistConfiguration.Precedence>
Enum Constant and Description |
---|
BLACKLIST
Blacklist takes precedence over whitelist.
|
WHITELIST
Whitelist takes precedence over blacklist.
|
Modifier and Type | Method and Description |
---|---|
static WhitelistBlacklistConfiguration.Precedence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhitelistBlacklistConfiguration.Precedence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhitelistBlacklistConfiguration.Precedence WHITELIST
public static final WhitelistBlacklistConfiguration.Precedence BLACKLIST
public static WhitelistBlacklistConfiguration.Precedence[] values()
for (WhitelistBlacklistConfiguration.Precedence c : WhitelistBlacklistConfiguration.Precedence.values()) System.out.println(c);
public static WhitelistBlacklistConfiguration.Precedence 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 © 2016 JBoss by Red Hat. All rights reserved.