protected static enum AbstractInvocationContext.ContextFlag extends Enum<AbstractInvocationContext.ContextFlag>
Enum Constant and Description |
---|
ORIGIN_LOCAL |
USE_FUTURE_RETURN_TYPE |
Modifier and Type | Method and Description |
---|---|
static AbstractInvocationContext.ContextFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractInvocationContext.ContextFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractInvocationContext.ContextFlag USE_FUTURE_RETURN_TYPE
public static final AbstractInvocationContext.ContextFlag ORIGIN_LOCAL
public static AbstractInvocationContext.ContextFlag[] values()
for (AbstractInvocationContext.ContextFlag c : AbstractInvocationContext.ContextFlag.values()) System.out.println(c);
public static AbstractInvocationContext.ContextFlag 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.