public enum DatasetSearchParameter extends Enum<DatasetSearchParameter> implements SearchParameter
Enum Constant and Description |
---|
COLLECTION_KEY
Collection key associate to this dataset.
|
CONTINENT
Continent of the geospatial coverage of a dataset. |
COUNTRY
Country of the geospatial coverage of a dataset.
|
DATASET_TITLE
Dataset title/name.
|
DECADE
Filters datasets by their temporal coverage broken down to decades.
|
DOI
DOI associated to one more dataset.
|
ENDORSING_NODE_KEY
Node key that endorsed this dataset's publisher.
|
ENDPOINT_TYPE
EndpointType associated to a dataset.
|
HOSTING_COUNTRY
The owning organization's country.
|
HOSTING_ORG
The hosting organization's uuid key.
|
INSTALLATION_KEY
Hosting installation key.
|
INSTITUTION_KEY
Institution key associated to the dataset and/or to the collection.
|
KEYWORD
A case insensitive plain text keyword from coverages or serialized tag as created by Tag.toString().
|
LICENSE
License of a dataset. |
MODIFIED_DATE
Date when the dataset was last updated
|
NETWORK_KEY
Network key associated to a dataset.
|
PROJECT_ID
Identifier of the associated project.
|
PUBLISHING_COUNTRY
The hosting organization's country.
|
PUBLISHING_ORG
The owning organizations uuid key.
|
RECORD_COUNT
Number of indexed records.
|
SUBTYPE
DatasetSubtype enumeration value. |
TAXON_KEY
Backbone name usage key that this dataset covers.
|
TYPE
DatasetType enumeration value. |
YEAR
Filters datasets by their temporal coverage broken down to years
as extracted from the occurrence data.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
type() |
static DatasetSearchParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetSearchParameter[] |
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 DatasetSearchParameter TYPE
DatasetType
enumeration value.public static final DatasetSearchParameter SUBTYPE
DatasetSubtype
enumeration value.public static final DatasetSearchParameter PUBLISHING_ORG
public static final DatasetSearchParameter HOSTING_ORG
public static final DatasetSearchParameter KEYWORD
public static final DatasetSearchParameter DECADE
public static final DatasetSearchParameter PUBLISHING_COUNTRY
public static final DatasetSearchParameter HOSTING_COUNTRY
public static final DatasetSearchParameter COUNTRY
public static final DatasetSearchParameter CONTINENT
Continent
of the geospatial coverage of a dataset.public static final DatasetSearchParameter LICENSE
License
of a dataset.public static final DatasetSearchParameter PROJECT_ID
public static final DatasetSearchParameter TAXON_KEY
public static final DatasetSearchParameter RECORD_COUNT
public static final DatasetSearchParameter YEAR
public static final DatasetSearchParameter MODIFIED_DATE
public static final DatasetSearchParameter DATASET_TITLE
public static final DatasetSearchParameter COLLECTION_KEY
public static final DatasetSearchParameter INSTITUTION_KEY
public static final DatasetSearchParameter DOI
public static final DatasetSearchParameter NETWORK_KEY
public static final DatasetSearchParameter ENDORSING_NODE_KEY
public static final DatasetSearchParameter INSTALLATION_KEY
public static final DatasetSearchParameter ENDPOINT_TYPE
public static DatasetSearchParameter[] values()
for (DatasetSearchParameter c : DatasetSearchParameter.values()) System.out.println(c);
public static DatasetSearchParameter 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.