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