public static enum Lasso.Mode extends Enum<Lasso.Mode>
Modifier and Type | Method and Description |
---|---|
static Lasso.Mode |
valueOf(int i) |
static Lasso.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lasso.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lasso.Mode BLOW
public static final Lasso.Mode LASSO
public static final Lasso.Mode MIN_LASSO
public static final String[] labels
public static Lasso.Mode[] values()
for (Lasso.Mode c : Lasso.Mode.values()) System.out.println(c);
public static Lasso.Mode 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 nullpublic static Lasso.Mode valueOf(int i)
Copyright © 2015–2021 Fiji. All rights reserved.