Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.SerializableEnum
-
-
Uses of SerializableEnum in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors
Constructors in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors with parameters of type SerializableEnum Constructor Description CreatorsFormView(List<? extends ZenodoAuthor> listAuthors, Class theAuthorType, SerializableEnum<String> contributorTypeValues)Instantiates a new creators form view. -
Uses of SerializableEnum in org.gcube.portlets.widgets.ckan2zenodopublisher.server
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server that return SerializableEnum Modifier and Type Method Description static <T extends Enum<T>>
SerializableEnum<String>CkanToZenodoUtil. toSerializableEnum(T[] enumSelected, T[] enumValues)To serializable enum. -
Uses of SerializableEnum in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped that return SerializableEnum Modifier and Type Method Description SerializableEnum<String>ZenodoMetadata. getAccess_right()Gets the access right.SerializableEnum<String>ZenodoMetadata. getContributorsTypes()Gets the contributors types.SerializableEnum<String>ZenodoMetadata. getImage_type()Gets the image type.SerializableEnum<String>ZenodoMetadata. getPublication_type()Gets the publication type.SerializableEnum<String>ZenodoRelatedIdentifier. getRelation()Gets the relation.SerializableEnum<String>ZenodoAuthor. getType()Gets the type.SerializableEnum<String>ZenodoContributor. getType()SerializableEnum<String>ZenodoCreator. getType()SerializableEnum<String>ZenodoDateInterval. getType()Gets the type.SerializableEnum<String>ZenodoMetadata. getUpload_type()Gets the upload type.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped with parameters of type SerializableEnum Modifier and Type Method Description voidZenodoMetadata. setAccess_right(SerializableEnum<String> access_right)Sets the access right.voidZenodoMetadata. setContributorsTypes(SerializableEnum<String> contributorsTypes)Sets the contributors types.voidZenodoMetadata. setImage_type(SerializableEnum<String> image_type)Sets the image type.voidZenodoMetadata. setPublication_type(SerializableEnum<String> publication_type)Sets the publication type.voidZenodoRelatedIdentifier. setRelation(SerializableEnum<String> relation)Sets the relation.voidZenodoAuthor. setType(SerializableEnum<String> type)Sets the type.voidZenodoContributor. setType(SerializableEnum<String> type)Sets the type.voidZenodoCreator. setType(SerializableEnum<String> type)voidZenodoDateInterval. setType(SerializableEnum<String> type)Sets the type.voidZenodoMetadata. setUpload_type(SerializableEnum<String> upload_type)Sets the upload type.Constructors in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped with parameters of type SerializableEnum Constructor 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.
-