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