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