Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.items.FileItemType
-
Packages that use FileItemType Package Description org.gcube.common.storagehubwrapper.shared.tohl.impl org.gcube.common.storagehubwrapper.shared.tohl.items -
-
Uses of FileItemType in org.gcube.common.storagehubwrapper.shared.tohl.impl
Methods in org.gcube.common.storagehubwrapper.shared.tohl.impl that return FileItemType Modifier and Type Method Description FileItemTypeFileItem. getFileItemType() -
Uses of FileItemType in org.gcube.common.storagehubwrapper.shared.tohl.items
Methods in org.gcube.common.storagehubwrapper.shared.tohl.items that return FileItemType Modifier and Type Method Description FileItemTypeFile. getFileItemType()Gets the folder item type.static FileItemTypeFileItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileItemType[]FileItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-