public enum CompositeIrisMatchingStrategy extends Enum<CompositeIrisMatchingStrategy> implements MatchingStrategy
| Enum Constant and Description |
|---|
PARTIAL |
| Modifier and Type | Method and Description |
|---|---|
MatchingStrategy |
getMatchingStrategy() |
static CompositeIrisMatchingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeIrisMatchingStrategy[] |
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, valueOfgetMatchFunction, getType, matchpublic static final CompositeIrisMatchingStrategy PARTIAL
public static CompositeIrisMatchingStrategy[] values()
for (CompositeIrisMatchingStrategy c : CompositeIrisMatchingStrategy.values()) System.out.println(c);
public static CompositeIrisMatchingStrategy 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 MatchingStrategy getMatchingStrategy()
getMatchingStrategy in interface MatchingStrategyCopyright © 2020. All rights reserved.