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