public static enum SmartsMatch.MatchMode extends Enum<SmartsMatch.MatchMode>
Enum Constant and Description |
---|
EXACT |
GENERIC_MATCHES_SPECIFIC |
SPECIFIC_MATCHES_GENERIC |
Modifier and Type | Method and Description |
---|---|
static SmartsMatch.MatchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmartsMatch.MatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmartsMatch.MatchMode SPECIFIC_MATCHES_GENERIC
public static final SmartsMatch.MatchMode GENERIC_MATCHES_SPECIFIC
public static final SmartsMatch.MatchMode EXACT
public static SmartsMatch.MatchMode[] values()
for (SmartsMatch.MatchMode c : SmartsMatch.MatchMode.values()) System.out.println(c);
public static SmartsMatch.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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.