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