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