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