public enum GWTFolderItemType extends Enum<GWTFolderItemType> implements GWTItemDescription
Enum Constant and Description |
---|
ANNOTATION |
AQUAMAPS_ITEM |
DOCUMENT |
EXTERNAL_FILE |
EXTERNAL_IMAGE |
EXTERNAL_PDF_FILE |
EXTERNAL_URL |
IMAGE_DOCUMENT |
METADATA |
PDF_DOCUMENT |
QUERY |
REPORT |
REPORT_TEMPLATE |
TIME_SERIES |
URL_DOCUMENT |
WORKFLOW_REPORT |
WORKFLOW_TEMPLATE |
Modifier and Type | Field and Description |
---|---|
protected String |
iconClass |
protected String |
label |
Modifier and Type | Method and Description |
---|---|
String |
getIconClass() |
String |
getLabel() |
static GWTFolderItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GWTFolderItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GWTFolderItemType AQUAMAPS_ITEM
public static final GWTFolderItemType EXTERNAL_FILE
public static final GWTFolderItemType EXTERNAL_IMAGE
public static final GWTFolderItemType EXTERNAL_PDF_FILE
public static final GWTFolderItemType EXTERNAL_URL
public static final GWTFolderItemType QUERY
public static final GWTFolderItemType REPORT
public static final GWTFolderItemType REPORT_TEMPLATE
public static final GWTFolderItemType TIME_SERIES
public static final GWTFolderItemType DOCUMENT
public static final GWTFolderItemType IMAGE_DOCUMENT
public static final GWTFolderItemType PDF_DOCUMENT
public static final GWTFolderItemType URL_DOCUMENT
public static final GWTFolderItemType METADATA
public static final GWTFolderItemType WORKFLOW_REPORT
public static final GWTFolderItemType WORKFLOW_TEMPLATE
public static final GWTFolderItemType ANNOTATION
public static GWTFolderItemType[] values()
for (GWTFolderItemType c : GWTFolderItemType.values()) System.out.println(c);
public static GWTFolderItemType 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 nullpublic String getIconClass()
getIconClass
in interface GWTItemDescription
public String getLabel()
getLabel
in interface GWTItemDescription
Copyright © 2015. All Rights Reserved.