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