public enum DOBTypeMatchingStrategy extends Enum<DOBTypeMatchingStrategy> implements TextMatchingStrategy
| Enum Constant and Description |
|---|
EXACT
The exact.
|
| Modifier and Type | Method and Description |
|---|---|
MatchFunction |
getMatchFunction() |
MatchingStrategyType |
getType() |
static DOBTypeMatchingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOBTypeMatchingStrategy[] |
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 DOBTypeMatchingStrategy EXACT
public static DOBTypeMatchingStrategy[] values()
for (DOBTypeMatchingStrategy c : DOBTypeMatchingStrategy.values()) System.out.println(c);
public static DOBTypeMatchingStrategy 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.