public static enum DefaultFilterChain.FILTER_STATE_TYPE extends Enum<DefaultFilterChain.FILTER_STATE_TYPE>
| Enum Constant and Description |
|---|
INCOMPLETE |
UNPARSED |
| Modifier and Type | Method and Description |
|---|---|
static DefaultFilterChain.FILTER_STATE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultFilterChain.FILTER_STATE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultFilterChain.FILTER_STATE_TYPE INCOMPLETE
public static final DefaultFilterChain.FILTER_STATE_TYPE UNPARSED
public static DefaultFilterChain.FILTER_STATE_TYPE[] values()
for (DefaultFilterChain.FILTER_STATE_TYPE c : DefaultFilterChain.FILTER_STATE_TYPE.values()) System.out.println(c);
public static DefaultFilterChain.FILTER_STATE_TYPE 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 © 2013 Oracle Corporation. All Rights Reserved.