public enum WorkExternalIdentifierType extends Enum<WorkExternalIdentifierType>
| Enum Constant and Description |
|---|
ARXIV |
ASIN |
ASIN_TLD |
BIBCODE |
DOI |
EID |
ISBN |
ISSN |
JFM |
JSTOR |
LCCN |
MR |
OCLC |
OL |
OSTI |
PMC |
PMID |
RFC |
SSRN |
ZBL |
| Modifier and Type | Method and Description |
|---|---|
static WorkExternalIdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkExternalIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkExternalIdentifierType ARXIV
public static final WorkExternalIdentifierType ASIN
public static final WorkExternalIdentifierType ASIN_TLD
public static final WorkExternalIdentifierType BIBCODE
public static final WorkExternalIdentifierType DOI
public static final WorkExternalIdentifierType EID
public static final WorkExternalIdentifierType ISBN
public static final WorkExternalIdentifierType ISSN
public static final WorkExternalIdentifierType JFM
public static final WorkExternalIdentifierType JSTOR
public static final WorkExternalIdentifierType LCCN
public static final WorkExternalIdentifierType MR
public static final WorkExternalIdentifierType OCLC
public static final WorkExternalIdentifierType OL
public static final WorkExternalIdentifierType OSTI
public static final WorkExternalIdentifierType PMC
public static final WorkExternalIdentifierType PMID
public static final WorkExternalIdentifierType RFC
public static final WorkExternalIdentifierType SSRN
public static final WorkExternalIdentifierType ZBL
public static WorkExternalIdentifierType[] values()
for (WorkExternalIdentifierType c : WorkExternalIdentifierType.values()) System.out.println(c);
public static WorkExternalIdentifierType 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 DuraSpace. All rights reserved.