public static enum MethodInjectionPoint.MethodInjectionPointType extends Enum<MethodInjectionPoint.MethodInjectionPointType>
Enum Constant and Description |
---|
DISPOSER |
INITIALIZER |
OBSERVER |
PRODUCER |
Modifier and Type | Method and Description |
---|---|
static MethodInjectionPoint.MethodInjectionPointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodInjectionPoint.MethodInjectionPointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodInjectionPoint.MethodInjectionPointType INITIALIZER
public static final MethodInjectionPoint.MethodInjectionPointType PRODUCER
public static final MethodInjectionPoint.MethodInjectionPointType DISPOSER
public static final MethodInjectionPoint.MethodInjectionPointType OBSERVER
public static MethodInjectionPoint.MethodInjectionPointType[] values()
for (MethodInjectionPoint.MethodInjectionPointType c : MethodInjectionPoint.MethodInjectionPointType.values()) System.out.println(c);
public static MethodInjectionPoint.MethodInjectionPointType 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 © 2024. All rights reserved.