| Constructor and Description |
|---|
CreatorsFormView(List<? extends ZenodoAuthor> listAuthors,
Class theAuthorType,
SerializableEnum<String> contributorTypeValues)
Instantiates a new creators form view.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends ZenodoLicense> |
CkanToZenodoUtil.toSerializableEnum(List<E> selectedLicense,
List<E> allLicenses)
To serializable enum.
|
static <T extends Enum<T>> |
CkanToZenodoUtil.toSerializableEnum(T[] enumSelected,
T[] enumValues)
To serializable enum.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableEnum<String> |
ZenodoMetadata.getAccess_right()
Gets the access right.
|
SerializableEnum<String> |
ZenodoMetadata.getContributorsTypes() |
SerializableEnum<String> |
ZenodoMetadata.getImage_type()
Gets the image type.
|
SerializableEnum<LicenseBean> |
ZenodoMetadata.getLicenses()
Gets the licenses.
|
SerializableEnum<String> |
ZenodoMetadata.getPublication_type()
Gets the publication type.
|
SerializableEnum<String> |
ZenodoRelatedIdentifier.getRelation()
Gets the relation.
|
SerializableEnum<String> |
ZenodoDateInterval.getType()
Gets the type.
|
SerializableEnum<String> |
ZenodoContributor.getType() |
SerializableEnum<String> |
ZenodoCreator.getType() |
SerializableEnum<String> |
ZenodoAuthor.getType()
Gets the type.
|
SerializableEnum<String> |
ZenodoMetadata.getUpload_type()
Gets the upload type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZenodoMetadata.setAccess_right(SerializableEnum<String> access_right)
Sets the access right.
|
void |
ZenodoMetadata.setContributorsTypes(SerializableEnum<String> contributorsTypes) |
void |
ZenodoMetadata.setImage_type(SerializableEnum<String> image_type)
Sets the image type.
|
void |
ZenodoMetadata.setLicenses(SerializableEnum<LicenseBean> licenses)
Sets the licenses.
|
void |
ZenodoMetadata.setPublication_type(SerializableEnum<String> publication_type)
Sets the publication type.
|
void |
ZenodoRelatedIdentifier.setRelation(SerializableEnum<String> relation)
Sets the relation.
|
void |
ZenodoDateInterval.setType(SerializableEnum<String> type)
Sets the type.
|
void |
ZenodoContributor.setType(SerializableEnum<String> type)
Sets the type.
|
void |
ZenodoCreator.setType(SerializableEnum<String> type) |
void |
ZenodoAuthor.setType(SerializableEnum<String> type)
Sets the type.
|
void |
ZenodoMetadata.setUpload_type(SerializableEnum<String> upload_type)
Sets the upload type.
|
| Constructor and Description |
|---|
ZenodoDateInterval(Date start,
Date end,
SerializableEnum<String> type,
String description)
Instantiates a new zenodo date interval.
|
ZenodoRelatedIdentifier(String identifier,
SerializableEnum<String> relation)
Instantiates a new zenodo related identifier.
|
Copyright © 2021. All Rights Reserved.