public enum RelatedIdentifierType extends Enum<RelatedIdentifierType>
RelatedIdentifier.| Enum Constant and Description |
|---|
ARK
Archival Resource Key;
URL designed to support long-term access to information objects.
|
arXiv
arXiv identifier;
arXiv.org is a repository of preprints of scientific papers in the fields of mathematics, physics, astronomy, computer science, quantitative biology, statistics, and quantitative finance.
|
bibcode
Astrophysics Data System bibliographic codes;
a standardized 19 character identifier according to the syntax yyyyjjjjjvvvvmppppa.
|
DOI
Digital Object Identifier;
a character string used to uniquely identify an object.
|
EAN13
European Article Number, now renamed International Article Number, but retaining the original acronym, is a 13-digit barcoding standard which is a superset of the original 12-digit Universal Product Code (UPC) system.
|
EISSN
Electronic International Standard Serial Number;
ISSN used to identify periodicals in electronic form (eISSN or e- ISSN).
|
Handle
A handle is an abstract reference to a resource.
|
IGSN
International Geo Sample Number;
a 9-digit alphanumeric code that uniquely identifies samples from our natural environment and related sampling features.
|
ISBN
International Standard Book Number;
a unique numeric book identifier.
|
ISSN
International Standard Serial Number;
a unique 8-digit number used to identify a print or electronic periodical publication.
|
ISTC
International Standard Text Code;
a unique "number" assigned to a textual work.
|
LISSN
The linking ISSN or ISSN-L enables collocation or linking among different media versions of a continuing resource.
|
LSID
Life Science Identifiers;
a unique identifier for data in the Life Science domain.
|
PMID
PubMed identifier;
a unique number assigned to each PubMed record.
|
PURL
Persistent Uniform Resource Locator.
|
UPC
Universal Product Code is a barcode symbology used for tracking trade items in stores.
|
URL
Uniform Resource Locator, also known as web address, is a specific character string that constitutes a reference to a resource.
|
URN
Uniform Resource Name;
is a unique and persistent identifier of an electronic document.
|
| Modifier and Type | Method and Description |
|---|---|
static RelatedIdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedIdentifierType ARK
public static final RelatedIdentifierType arXiv
public static final RelatedIdentifierType bibcode
public static final RelatedIdentifierType DOI
public static final RelatedIdentifierType EAN13
public static final RelatedIdentifierType EISSN
public static final RelatedIdentifierType Handle
public static final RelatedIdentifierType IGSN
public static final RelatedIdentifierType ISBN
public static final RelatedIdentifierType ISSN
public static final RelatedIdentifierType ISTC
public static final RelatedIdentifierType LISSN
public static final RelatedIdentifierType LSID
public static final RelatedIdentifierType PMID
public static final RelatedIdentifierType PURL
public static final RelatedIdentifierType UPC
public static final RelatedIdentifierType URL
public static final RelatedIdentifierType URN
public static RelatedIdentifierType[] values()
for (RelatedIdentifierType c : RelatedIdentifierType.values()) System.out.println(c);
public static RelatedIdentifierType 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 © 2017–2018. All rights reserved.