public enum FileItemType extends Enum<FileItemType> implements org.gcube.common.storagehub.model.types.GenericItemType
| Enum Constant and Description |
|---|
DOCUMENT
Document.
|
GCUBE_ITEM
A gCube item.
|
IMAGE_DOCUMENT
Image document.
|
METADATA
Metadata.
|
PDF_DOCUMENT
PDF document.
|
URL_DOCUMENT
Url document.
|
| Modifier and Type | Method and Description |
|---|---|
static FileItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileItemType DOCUMENT
public static final FileItemType IMAGE_DOCUMENT
public static final FileItemType PDF_DOCUMENT
public static final FileItemType URL_DOCUMENT
public static final FileItemType METADATA
public static final FileItemType GCUBE_ITEM
public static FileItemType[] values()
for (FileItemType c : FileItemType.values()) System.out.println(c);
public static FileItemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.