public static enum HandlerChainProcessor.MEP extends Enum<HandlerChainProcessor.MEP>
Modifier and Type | Method and Description |
---|---|
static HandlerChainProcessor.MEP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerChainProcessor.MEP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerChainProcessor.MEP REQUEST
public static final HandlerChainProcessor.MEP RESPONSE
public static HandlerChainProcessor.MEP[] values()
for (HandlerChainProcessor.MEP c : HandlerChainProcessor.MEP.values()) System.out.println(c);
public static HandlerChainProcessor.MEP 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 © 2004-2015 The Apache Software Foundation. All Rights Reserved.