public enum FolderItemType extends Enum<FolderItemType>
| Enum Constant and Description |
|---|
ANNOTATION
Annotation.
|
ANNOTATION_LINK
Annotation.
|
AQUAMAPS_ITEM
An AquaMaps Item.
|
DOCUMENT
Document.
|
DOCUMENT_LINK
Document.
|
EXTERNAL_FILE
External file.
|
EXTERNAL_IMAGE
External image.
|
EXTERNAL_PDF_FILE
External PDF file.
|
EXTERNAL_RESOURCE_LINK
External Resource Link
|
EXTERNAL_URL
External url.
|
GCUBE_ITEM
A gCube item.
|
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.
|
TABULAR_DATA_LINK
Tabular Data Link
|
TIME_SERIES
A time series.
|
TRASH_ITEM
Trash item
|
URL_DOCUMENT
Url document.
|
WORKFLOW_REPORT
Workflow report.
|
WORKFLOW_TEMPLATE
Workflow template.
|
| Modifier and Type | Method and Description |
|---|---|
static FolderItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderItemType EXTERNAL_IMAGE
public static final FolderItemType EXTERNAL_FILE
public static final FolderItemType EXTERNAL_PDF_FILE
public static final FolderItemType EXTERNAL_URL
public static final FolderItemType QUERY
public static final FolderItemType REPORT_TEMPLATE
public static final FolderItemType REPORT
public static final FolderItemType TIME_SERIES
public static final FolderItemType AQUAMAPS_ITEM
public static final FolderItemType DOCUMENT
public static final FolderItemType IMAGE_DOCUMENT
public static final FolderItemType PDF_DOCUMENT
public static final FolderItemType URL_DOCUMENT
public static final FolderItemType METADATA
public static final FolderItemType ANNOTATION
public static final FolderItemType DOCUMENT_LINK
public static final FolderItemType IMAGE_DOCUMENT_LINK
public static final FolderItemType PDF_DOCUMENT_LINK
public static final FolderItemType METADATA_LINK
public static final FolderItemType ANNOTATION_LINK
public static final FolderItemType WORKFLOW_REPORT
public static final FolderItemType WORKFLOW_TEMPLATE
public static final FolderItemType EXTERNAL_RESOURCE_LINK
public static final FolderItemType TABULAR_DATA_LINK
public static final FolderItemType TRASH_ITEM
public static final FolderItemType GCUBE_ITEM
public static FolderItemType[] values()
for (FolderItemType c : FolderItemType.values()) System.out.println(c);
public static FolderItemType 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 © 2015. All Rights Reserved.