public enum FunderIdentifierType extends Enum<FunderIdentifierType>
| Enum Constant and Description |
|---|
Crossref_Funder_ID
Crossref is a not-for-profit membership organization for scholarly publishing working to make content easy to find, cite, link, and assess.
|
GRID
Global Research Identifier Database ID;
GRID is comprised of a worldwide collection of institutes associated with academic research.
|
ISNI
International Standard Name Identifier;
the globally recognized and adopted international standard approved by ISO for the unique identification of the public identities of persons and organizations across all fields of creative activity.
|
Other
An identifier type that does not fit into any other category.
|
| Modifier and Type | Method and Description |
|---|---|
static FunderIdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunderIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunderIdentifierType ISNI
public static final FunderIdentifierType GRID
public static final FunderIdentifierType Crossref_Funder_ID
public static final FunderIdentifierType Other
public static FunderIdentifierType[] values()
for (FunderIdentifierType c : FunderIdentifierType.values()) System.out.println(c);
public static FunderIdentifierType 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.