public enum IdentifierScheme extends Enum<IdentifierScheme>
Enum Constant and Description |
---|
HUH |
IH_IRN |
ISNI |
ORCID |
OTHER |
RESEARCHER_ID |
VIAF |
WIKIDATA |
Modifier and Type | Method and Description |
---|---|
String |
getSchemeURI() |
static IdentifierScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierScheme ORCID
public static final IdentifierScheme WIKIDATA
public static final IdentifierScheme ISNI
public static final IdentifierScheme VIAF
public static final IdentifierScheme HUH
public static final IdentifierScheme RESEARCHER_ID
public static final IdentifierScheme IH_IRN
public static final IdentifierScheme OTHER
public static IdentifierScheme[] values()
for (IdentifierScheme c : IdentifierScheme.values()) System.out.println(c);
public static IdentifierScheme 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 String getSchemeURI()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.