public enum WiringElementType extends Enum<WiringElementType>
Enum Constant and Description |
---|
AlternativeBean |
ContextualTopLevelProvider |
DependentBean |
InjectionPoint |
NotSupported |
ProducerElement |
QualifiyingType |
SingletonBean |
TestMockBean |
TopLevelProvider |
Type |
Modifier and Type | Method and Description |
---|---|
static WiringElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WiringElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WiringElementType Type
public static final WiringElementType QualifiyingType
public static final WiringElementType SingletonBean
public static final WiringElementType DependentBean
public static final WiringElementType ContextualTopLevelProvider
public static final WiringElementType TopLevelProvider
public static final WiringElementType InjectionPoint
public static final WiringElementType ProducerElement
public static final WiringElementType AlternativeBean
public static final WiringElementType TestMockBean
public static final WiringElementType NotSupported
public static WiringElementType[] values()
for (WiringElementType c : WiringElementType.values()) System.out.println(c);
public static WiringElementType 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 © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.