org.gcube.portlets.user.homelibrary.home.workspace.folder
Enum FolderItemType

java.lang.Object
  extended by java.lang.Enum<FolderItemType>
      extended by org.gcube.portlets.user.homelibrary.home.workspace.folder.FolderItemType
All Implemented Interfaces:
Serializable, Comparable<FolderItemType>

public enum FolderItemType
extends Enum<FolderItemType>

Author:
Federico De Faveri defaveri@isti.cnr.it

Enum Constant Summary
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_URL
          External url.
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.
TIME_SERIES
          A time series.
URL_DOCUMENT
          Url document.
WORKFLOW_REPORT
          Workflow report.
WORKFLOW_TEMPLATE
          Workflow template.
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EXTERNAL_IMAGE

public static final FolderItemType EXTERNAL_IMAGE
External image.


EXTERNAL_FILE

public static final FolderItemType EXTERNAL_FILE
External file.


EXTERNAL_PDF_FILE

public static final FolderItemType EXTERNAL_PDF_FILE
External PDF file.


EXTERNAL_URL

public static final FolderItemType EXTERNAL_URL
External url.


QUERY

public static final FolderItemType QUERY
Query.


REPORT_TEMPLATE

public static final FolderItemType REPORT_TEMPLATE
Report template.


REPORT

public static final FolderItemType REPORT
Report.


TIME_SERIES

public static final FolderItemType TIME_SERIES
A time series.


AQUAMAPS_ITEM

public static final FolderItemType AQUAMAPS_ITEM
An AquaMaps Item.


DOCUMENT

public static final FolderItemType DOCUMENT
Document.


IMAGE_DOCUMENT

public static final FolderItemType IMAGE_DOCUMENT
Image document.


PDF_DOCUMENT

public static final FolderItemType PDF_DOCUMENT
PDF document.


URL_DOCUMENT

public static final FolderItemType URL_DOCUMENT
Url document.


METADATA

public static final FolderItemType METADATA
Metadata.


ANNOTATION

public static final FolderItemType ANNOTATION
Annotation.


DOCUMENT_LINK

public static final FolderItemType DOCUMENT_LINK
Document.


IMAGE_DOCUMENT_LINK

public static final FolderItemType IMAGE_DOCUMENT_LINK
Image document.


PDF_DOCUMENT_LINK

public static final FolderItemType PDF_DOCUMENT_LINK
PDF document.


METADATA_LINK

public static final FolderItemType METADATA_LINK
Metadata.


ANNOTATION_LINK

public static final FolderItemType ANNOTATION_LINK
Annotation.


WORKFLOW_REPORT

public static final FolderItemType WORKFLOW_REPORT
Workflow report.


WORKFLOW_TEMPLATE

public static final FolderItemType WORKFLOW_TEMPLATE
Workflow template.


EXTERNAL_RESOURCE_LINK

public static final FolderItemType EXTERNAL_RESOURCE_LINK
Method Detail

values

public static FolderItemType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FolderItemType c : FolderItemType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FolderItemType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.