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