| Package | Description |
|---|---|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| de.gerdiproject.json.datacite.enums |
This package contains enumerations for controlled list values of DataCite JSON objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
Description.getType()
Returns the type of the description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Description.setType(DescriptionType type)
Changes the type of the description.
|
| Constructor and Description |
|---|
Description(String value,
DescriptionType type)
Constructor that requires all mandatory fields.
|
Description(String value,
DescriptionType type,
String language)
Constructor that requires all fields.
|
| Modifier and Type | Method and Description |
|---|---|
static DescriptionType |
DescriptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptionType[] |
DescriptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2018. All rights reserved.