Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.CatalogueItem.ITEM_TYPE
-
Packages that use CatalogueItem.ITEM_TYPE Package Description org.gcube.portlets.widgets.ckan2zenodopublisher.shared -
-
Uses of CatalogueItem.ITEM_TYPE in org.gcube.portlets.widgets.ckan2zenodopublisher.shared
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared that return CatalogueItem.ITEM_TYPE Modifier and Type Method Description CatalogueItem.ITEM_TYPECatalogueItem. getItemType()static CatalogueItem.ITEM_TYPECatalogueItem.ITEM_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogueItem.ITEM_TYPE[]CatalogueItem.ITEM_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 CatalogueItem.ITEM_TYPE Modifier and Type Method Description voidCatalogueItem. setItemType(CatalogueItem.ITEM_TYPE itemType)Constructors in org.gcube.portlets.widgets.ckan2zenodopublisher.shared with parameters of type CatalogueItem.ITEM_TYPE Constructor Description CatalogueItem(String itemId, String itemName, String itemURL, CatalogueItem.ITEM_TYPE itemType)
-