public static enum UnifiedHandlerMetaData.HandlerType extends Enum<UnifiedHandlerMetaData.HandlerType>
Modifier and Type | Method and Description |
---|---|
static UnifiedHandlerMetaData.HandlerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedHandlerMetaData.HandlerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedHandlerMetaData.HandlerType PRE
public static final UnifiedHandlerMetaData.HandlerType ENDPOINT
public static final UnifiedHandlerMetaData.HandlerType POST
public static final UnifiedHandlerMetaData.HandlerType ALL
public static UnifiedHandlerMetaData.HandlerType[] values()
for (UnifiedHandlerMetaData.HandlerType c : UnifiedHandlerMetaData.HandlerType.values()) System.out.println(c);
public static UnifiedHandlerMetaData.HandlerType 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 © 2012 JBoss, by Red Hat. All Rights Reserved.