| 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 |
|---|---|
ResourceTypeGeneral |
ResourceType.getGeneralType()
Returns the general type of the resource.
|
ResourceTypeGeneral |
RelatedIdentifier.getResourceTypeGeneral()
Retrieves the general type of the related resource (B).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceType.setGeneralType(ResourceTypeGeneral generalType)
Changes the general type of the resource.
|
void |
RelatedIdentifier.setResourceTypeGeneral(ResourceTypeGeneral resourceTypeGeneral)
Changes the general type of the related resource (B).
|
| Constructor and Description |
|---|
ResourceType(String value,
ResourceTypeGeneral resourceTypeGeneral)
Simple constructor that requires all mandatory values.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceTypeGeneral |
ResourceTypeGeneral.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTypeGeneral[] |
ResourceTypeGeneral.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2018. All rights reserved.