| 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 |
|---|---|
RelationType |
RelatedIdentifier.getRelationType()
Retrieves the description of the relationship of the resource being registered (A)
and the related resource (B).
|
| Constructor and Description |
|---|
RelatedIdentifier(String value,
RelatedIdentifierType type,
RelationType relationType) |
RelatedIdentifier(String value,
RelatedIdentifierType type,
RelationType relationType,
ResourceTypeGeneral resourceTypeGeneral,
String relatedMetadataScheme,
String schemeURI,
String schemeType) |
| Modifier and Type | Method and Description |
|---|---|
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2019. All rights reserved.