protected static enum DefaultFilter.State extends Enum<DefaultFilter.State>
| Enum Constant and Description |
|---|
SEARCH_FOOTER
Looking-for-footer state
|
SEARCH_HEADER
Looking-for-header state
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultFilter.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultFilter.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultFilter.State SEARCH_HEADER
public static final DefaultFilter.State SEARCH_FOOTER
public static DefaultFilter.State[] values()
for (DefaultFilter.State c : DefaultFilter.State.values()) System.out.println(c);
public static DefaultFilter.State 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 © 2002–2015 CodeLutin. All rights reserved.