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