public enum NameUsageSearchParameter extends Enum<NameUsageSearchParameter> implements SearchParameter
Enum Constant and Description |
---|
CONSTITUENT_KEY
The (sub)dataset constituent key as a UUID.
|
DATASET_KEY
The checklist dataset key as a UUID.
|
HABITAT
Filter by the known habitats.
|
HIGHERTAXON_KEY
Filters by any of the higher Linnean rank keys.
|
IS_EXTINCT
Boolean filter for extinct taxa.
|
ISSUE
Searches name usages for those that have a specific issue.
|
NAME_TYPE
Filter by the name type.
|
NOMENCLATURAL_STATUS
Filter by the nomenclatural status.
|
ORIGIN
Searches name usages for those with a specific origin.
|
RANK
Filters by the rank of the name usage.
|
STATUS
Filter by the taxonomis status.
|
THREAT
Filter by the threat status.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
type() |
static NameUsageSearchParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameUsageSearchParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final NameUsageSearchParameter DATASET_KEY
public static final NameUsageSearchParameter CONSTITUENT_KEY
public static final NameUsageSearchParameter RANK
public static final NameUsageSearchParameter HIGHERTAXON_KEY
public static final NameUsageSearchParameter STATUS
public static final NameUsageSearchParameter IS_EXTINCT
public static final NameUsageSearchParameter HABITAT
public static final NameUsageSearchParameter THREAT
public static final NameUsageSearchParameter NOMENCLATURAL_STATUS
public static final NameUsageSearchParameter NAME_TYPE
public static final NameUsageSearchParameter ISSUE
public static final NameUsageSearchParameter ORIGIN
public static NameUsageSearchParameter[] values()
for (NameUsageSearchParameter c : NameUsageSearchParameter.values()) System.out.println(c);
public static NameUsageSearchParameter 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 Class<?> type()
type
in interface SearchParameter
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.