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