public static enum CdiRelBuilder.RelType extends Enum<CdiRelBuilder.RelType>
| Enum Constant and Description |
|---|
ADDED_ANNOTATION |
ADDED_BEAN |
ADDED_CLASS |
CONSTRUCTOR_INJECT |
INJECTED_FIELD |
INJECTED_PARAMETER |
PRODUCER_FIELD |
PRODUCER_METHOD |
ROOT |
SIMPLE_BEAN |
| Modifier and Type | Method and Description |
|---|---|
static CdiRelBuilder.RelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdiRelBuilder.RelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdiRelBuilder.RelType ROOT
public static final CdiRelBuilder.RelType PRODUCER_FIELD
public static final CdiRelBuilder.RelType PRODUCER_METHOD
public static final CdiRelBuilder.RelType INJECTED_FIELD
public static final CdiRelBuilder.RelType INJECTED_PARAMETER
public static final CdiRelBuilder.RelType ADDED_BEAN
public static final CdiRelBuilder.RelType ADDED_CLASS
public static final CdiRelBuilder.RelType ADDED_ANNOTATION
public static final CdiRelBuilder.RelType SIMPLE_BEAN
public static final CdiRelBuilder.RelType CONSTRUCTOR_INJECT
public static CdiRelBuilder.RelType[] values()
for (CdiRelBuilder.RelType c : CdiRelBuilder.RelType.values()) System.out.println(c);
public static CdiRelBuilder.RelType 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 © 2017–2018. All rights reserved.