Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.ItemTranslateError.ERROR_TYPE
-
Packages that use ItemTranslateError.ERROR_TYPE Package Description org.gcube.portlets.widgets.ckan2zenodopublisher.shared -
-
Uses of ItemTranslateError.ERROR_TYPE in org.gcube.portlets.widgets.ckan2zenodopublisher.shared
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared that return ItemTranslateError.ERROR_TYPE Modifier and Type Method Description ItemTranslateError.ERROR_TYPEItemTranslateError. getErrorType()static ItemTranslateError.ERROR_TYPEItemTranslateError.ERROR_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemTranslateError.ERROR_TYPE[]ItemTranslateError.ERROR_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared with parameters of type ItemTranslateError.ERROR_TYPE Modifier and Type Method Description voidItemTranslateError. setErrorType(ItemTranslateError.ERROR_TYPE errorType)Constructors in org.gcube.portlets.widgets.ckan2zenodopublisher.shared with parameters of type ItemTranslateError.ERROR_TYPE Constructor Description ItemTranslateError(String error, ItemTranslateError.ERROR_TYPE errorType)Instantiates a new zenodo translate error.
-