public enum EndpointType extends Enum<EndpointType>
Enum Constant and Description |
---|
BIOCASE
A BioCASe protocol compliant service.
|
BIOCASE_XML_ARCHIVE
A BioCASe XML Archive, as explained by the
BioCASe wiki.
|
CAMTRAP_DP_v_0_4
|
COLDP
|
DIGIR
A DiGIR service endpoint.
|
DIGIR_MANIS
A DiGIR service slightly modified for the MANIS network.
|
DWC_ARCHIVE
A Darwin Core Archive as defined by the Darwin Core Text Guidelines.
|
EML
A single EML metadata document in any EML version.
|
FEED
Syndication feeds like RSS or ATOM of various flavors.
|
OAI_PMH
The Open Archives Initiative Protocol for Metadata Harvesting.
|
OTHER
Any other service not covered by this enum so far.
|
TAPIR
A TAPIR service.
|
TCS_RDF
Taxon Concept data given as RDF
based on the TDWG ontology.
|
TCS_XML
A Taxon Concept Schema document.
|
WFS
An OGC Web Feature Service.
|
WMS
An OGC Web Map Service.
|
Modifier and Type | Method and Description |
---|---|
static EndpointType |
fromString(String endpointType) |
static EndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointType EML
public static final EndpointType FEED
public static final EndpointType WFS
public static final EndpointType WMS
public static final EndpointType TCS_RDF
public static final EndpointType TCS_XML
public static final EndpointType DWC_ARCHIVE
public static final EndpointType DIGIR
public static final EndpointType DIGIR_MANIS
public static final EndpointType TAPIR
public static final EndpointType BIOCASE
public static final EndpointType BIOCASE_XML_ARCHIVE
public static final EndpointType OAI_PMH
public static final EndpointType COLDP
@Experimental public static final EndpointType CAMTRAP_DP_v_0_4
public static final EndpointType OTHER
public static EndpointType[] values()
for (EndpointType c : EndpointType.values()) System.out.println(c);
public static EndpointType 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 static EndpointType fromString(String endpointType)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.