public static enum Match.Reason extends Enum<Match.Reason>
Enum Constant and Description |
---|
ALTERNATIVE_CODE_MATCH |
BELONGS_TO_INSTITUTION_MATCHED |
CODE_MATCH |
COUNTRY_MATCH |
DIFFERENT_OWNER |
IDENTIFIER_MATCH |
INST_COLL_MISMATCH |
KEY_MATCH |
NAME_MATCH |
Modifier and Type | Method and Description |
---|---|
static Match.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Match.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Match.Reason CODE_MATCH
public static final Match.Reason IDENTIFIER_MATCH
public static final Match.Reason ALTERNATIVE_CODE_MATCH
public static final Match.Reason NAME_MATCH
public static final Match.Reason KEY_MATCH
public static final Match.Reason DIFFERENT_OWNER
public static final Match.Reason BELONGS_TO_INSTITUTION_MATCHED
public static final Match.Reason INST_COLL_MISMATCH
public static final Match.Reason COUNTRY_MATCH
public static Match.Reason[] values()
for (Match.Reason c : Match.Reason.values()) System.out.println(c);
public static Match.Reason 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 nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.