public enum EmailMatchingStrategy extends Enum<EmailMatchingStrategy> implements TextMatchingStrategy
| Enum Constant and Description |
|---|
EXACT |
| Modifier and Type | Method and Description |
|---|---|
MatchFunction |
getMatchFunction() |
MatchingStrategyType |
getType() |
static EmailMatchingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMatchingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfmatchgetMatchingStrategypublic static final EmailMatchingStrategy EXACT
public static EmailMatchingStrategy[] values()
for (EmailMatchingStrategy c : EmailMatchingStrategy.values()) System.out.println(c);
public static EmailMatchingStrategy 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 MatchingStrategyType getType()
getType in interface MatchingStrategypublic MatchFunction getMatchFunction()
getMatchFunction in interface MatchingStrategyCopyright © 2020. All rights reserved.