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