Package | Description |
---|---|
org.gbif.api.model.collections.lookup |
Modifier and Type | Method and Description |
---|---|
static Match.Reason |
Match.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Match.Reason[] |
Match.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Match.Reason> |
Match.getReasons() |
Modifier and Type | Method and Description |
---|---|
Match<T> |
Match.addReason(Match.Reason reason) |
static <T extends EntityMatched> |
Match.exact(T entity,
Match.Reason... reasons) |
static <T extends EntityMatched> |
Match.explicitMapping(T entity,
Match.Reason... reasons) |
static <T extends EntityMatched> |
Match.fuzzy(T entity,
Match.Reason... reasons) |
Modifier and Type | Method and Description |
---|---|
static <T extends EntityMatched> |
Match.exact(T entity,
Set<Match.Reason> reasons) |
static <T extends EntityMatched> |
Match.explicitMapping(T entity,
Set<Match.Reason> reasons) |
static <T extends EntityMatched> |
Match.fuzzy(T entity,
Set<Match.Reason> reasons) |
void |
Match.setReasons(Set<Match.Reason> reasons) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.