public static enum Match.Status extends Enum<Match.Status>
| Enum Constant and Description |
|---|
ACCEPTED |
AMBIGUOUS |
AMBIGUOUS_EXPLICIT_MAPPINGS |
AMBIGUOUS_INSTITUTION_MISMATCH |
AMBIGUOUS_OWNER |
DOUBTFUL |
| Modifier and Type | Method and Description |
|---|---|
static Match.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Match.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Match.Status ACCEPTED
public static final Match.Status AMBIGUOUS
public static final Match.Status AMBIGUOUS_EXPLICIT_MAPPINGS
public static final Match.Status AMBIGUOUS_OWNER
public static final Match.Status AMBIGUOUS_INSTITUTION_MISMATCH
public static final Match.Status DOUBTFUL
public static Match.Status[] values()
for (Match.Status c : Match.Status.values()) System.out.println(c);
public static Match.Status 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.