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