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