Uses of Class
org.gcube.data.publishing.ckan2zenodo.model.zenodo.Contributor.Type
-
Packages that use Contributor.Type Package Description org.gcube.data.publishing.ckan2zenodo.model.zenodo -
-
Uses of Contributor.Type in org.gcube.data.publishing.ckan2zenodo.model.zenodo
Methods in org.gcube.data.publishing.ckan2zenodo.model.zenodo that return Contributor.Type Modifier and Type Method Description static Contributor.TypeContributor.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Contributor.Type[]Contributor.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.data.publishing.ckan2zenodo.model.zenodo with parameters of type Contributor.Type Constructor Description Contributor(Contributor.Type type)
-