public enum ItemType extends Enum<ItemType>
| Enum Constant and Description |
|---|
ANNOTATION
Annotation.
|
ANNOTATION_LINK
Annotation.
|
AQUAMAPS_ITEM
An AquaMaps Item.
|
DOCUMENT
Document.
|
DOCUMENT_LINK
Document.
|
DOWNLOAD_FOLDER
A download folder
|
EXTERNAL_FILE
External file.
|
EXTERNAL_IMAGE
External image.
|
EXTERNAL_PDF_FILE
External PDF file.
|
EXTERNAL_RESOURCE_LINK
External Resource Link
|
EXTERNAL_URL
External url.
|
FILE
Generic file
|
FOLDER
A folder.
|
FOLDER_ITEM
A folder item.
|
GCUBE_ITEM
A gCube item.
|
HOME
Root workspace user
|
IMAGE_DOCUMENT
Image document.
|
IMAGE_DOCUMENT_LINK
Image document.
|
METADATA
Metadata.
|
METADATA_LINK
Metadata.
|
PDF_DOCUMENT
PDF document.
|
PDF_DOCUMENT_LINK
PDF document.
|
QUERY
Query.
|
REPORT
Report.
|
REPORT_TEMPLATE
Report template.
|
ROOT_ITEM_SENT
Root sent messages
|
SHARED_FOLDER
A shared folder
|
SMART_FOLDER
A smart folder
|
SYSTEM_FOLDER
A system folder
|
TABULAR_DATA_LINK
Tabular Data Link
|
TIME_SERIES
A time series.
|
TRASH_FOLDER
A trash folder.
|
TRASH_ITEM
Trash item
|
URL_DOCUMENT
Url document.
|
WORKFLOW_REPORT
Workflow report.
|
WORKFLOW_TEMPLATE
Workflow template.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemType FOLDER
public static final ItemType SHARED_FOLDER
public static final ItemType SMART_FOLDER
public static final ItemType FOLDER_ITEM
public static final ItemType TRASH_FOLDER
public static final ItemType EXTERNAL_IMAGE
public static final ItemType EXTERNAL_FILE
public static final ItemType EXTERNAL_PDF_FILE
public static final ItemType EXTERNAL_URL
public static final ItemType QUERY
public static final ItemType REPORT_TEMPLATE
public static final ItemType REPORT
public static final ItemType TIME_SERIES
public static final ItemType AQUAMAPS_ITEM
public static final ItemType DOCUMENT
public static final ItemType IMAGE_DOCUMENT
public static final ItemType PDF_DOCUMENT
public static final ItemType URL_DOCUMENT
public static final ItemType METADATA
public static final ItemType ANNOTATION
public static final ItemType DOCUMENT_LINK
public static final ItemType IMAGE_DOCUMENT_LINK
public static final ItemType PDF_DOCUMENT_LINK
public static final ItemType METADATA_LINK
public static final ItemType ANNOTATION_LINK
public static final ItemType WORKFLOW_REPORT
public static final ItemType WORKFLOW_TEMPLATE
public static final ItemType EXTERNAL_RESOURCE_LINK
public static final ItemType TABULAR_DATA_LINK
public static final ItemType TRASH_ITEM
public static final ItemType GCUBE_ITEM
public static final ItemType SYSTEM_FOLDER
public static final ItemType DOWNLOAD_FOLDER
public static final ItemType HOME
public static final ItemType ROOT_ITEM_SENT
public static final ItemType FILE
public static ItemType[] values()
for (ItemType c : ItemType.values()) System.out.println(c);
public static ItemType 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 © 2020. All Rights Reserved.