public enum RelatedIdentifierType extends Enum<RelatedIdentifierType>
| Enum Constant and Description |
|---|
ARK
Constant ARK
|
DOI
Constant DOI
|
EAN13
Constant EAN13
|
EISSN
Constant EISSN
|
HANDLE
Constant HANDLE
|
ISBN
Constant ISBN
|
ISSN
Constant ISSN
|
ISTC
Constant ISTC
|
LISSN
Constant LISSN
|
LSID
Constant LSID
|
PMID
Constant PMID
|
PURL
Constant PURL
|
UPC
Constant UPC
|
URL
Constant URL
|
URN
Constant URN
|
| Modifier and Type | Method and Description |
|---|---|
static RelatedIdentifierType |
fromValue(String value)
Method fromValue.
|
void |
setValue(String value) |
String |
toString()
Method toString.
|
String |
value()
Method value.
|
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 DOI
public static final RelatedIdentifierType EAN13
public static final RelatedIdentifierType EISSN
public static final RelatedIdentifierType HANDLE
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 nullpublic static RelatedIdentifierType fromValue(String value)
value - public void setValue(String value)
value - public String toString()
toString in class Enum<RelatedIdentifierType>public String value()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.