public static enum SetMatcherEditor.Mode extends java.lang.Enum<SetMatcherEditor.Mode>
| Enum Constant and Description |
|---|
BLACKLIST
the match set specifies the elements to be filtered out.
|
WHITELIST_EMPTY_MATCH_ALL
the match set specifies the elements to be matched.
|
WHITELIST_EMPTY_MATCH_NONE
the match set specifies the elements to be matched.
|
| Modifier and Type | Method and Description |
|---|---|
static SetMatcherEditor.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SetMatcherEditor.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetMatcherEditor.Mode BLACKLIST
public static final SetMatcherEditor.Mode WHITELIST_EMPTY_MATCH_NONE
public static final SetMatcherEditor.Mode WHITELIST_EMPTY_MATCH_ALL
public static SetMatcherEditor.Mode[] values()
for (SetMatcherEditor.Mode c : SetMatcherEditor.Mode.values()) System.out.println(c);
public static SetMatcherEditor.Mode 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 nullGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019