public enum FolderItemType extends Enum<FolderItemType> implements GenericItemType
| Enum Constant and Description |
|---|
DOCUMENT
Document.
|
EXTERNAL_FILE
External file.
|
EXTERNAL_IMAGE
External image.
|
EXTERNAL_PDF_FILE
External PDF file.
|
EXTERNAL_URL
External url.
|
GCUBE_ITEM
A gCube item.
|
IMAGE_DOCUMENT
Image document.
|
METADATA
Metadata.
|
PDF_DOCUMENT
PDF document.
|
QUERY
Query.
|
REPORT
Report.
|
REPORT_TEMPLATE
Report template.
|
TIME_SERIES
A time series.
|
TRASH_ITEM
Trash item
|
URL_DOCUMENT
Url document.
|
WORKFLOW_REPORT
Workflow report.
|
| 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 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 TRASH_ITEM
public static final FolderItemType GCUBE_ITEM
public static final FolderItemType WORKFLOW_REPORT
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 © 2018. All Rights Reserved.