| Package | Description |
|---|---|
| de.gerdiproject.json.datacite.extension.generic |
This package contains classes of the generic DataCite GeRDI extension.
|
| de.gerdiproject.json.datacite.extension.generic.enums |
This package contains enumerations for controlled list values of the extension of DataCite JSON objects.
|
| Modifier and Type | Method and Description |
|---|---|
WebLinkType |
WebLink.getType()
Retrieves the link category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebLink.setType(WebLinkType type)
Sets the link category.
|
| Constructor and Description |
|---|
WebLink(String uri,
String name,
WebLinkType type) |
| Modifier and Type | Method and Description |
|---|---|
static WebLinkType |
WebLinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLinkType[] |
WebLinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2019. All rights reserved.