| Package | Description |
|---|---|
| de.gerdiproject.json.datacite.enums |
This package contains enumerations for controlled list values of DataCite JSON objects.
|
| de.gerdiproject.json.datacite.nested |
This package contains nested DataCite objects.
|
| Modifier and Type | Method and Description |
|---|---|
static FunderIdentifierType |
FunderIdentifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunderIdentifierType[] |
FunderIdentifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FunderIdentifierType |
FunderIdentifier.getFunderIdentifierType()
Returns the type of the funder identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunderIdentifier.setFunderIdentifierType(FunderIdentifierType funderIdentifierType)
Changes the type of the funder identifier.
|
| Constructor and Description |
|---|
FunderIdentifier(String value,
FunderIdentifierType type)
Constructor that requires all fields.
|
Copyright © 2017–2018. All rights reserved.