public static enum Filter.StreamFilterType extends Enum<Filter.StreamFilterType>
| Modifier and Type | Method and Description |
|---|---|
static Filter.StreamFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.StreamFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filter.StreamFilterType SAX
public static final Filter.StreamFilterType DOM
public static Filter.StreamFilterType[] values()
for (Filter.StreamFilterType c : Filter.StreamFilterType.values()) System.out.println(c);
public static Filter.StreamFilterType 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 © 2020. All rights reserved.