org.gcube.portlets.user.collectionexplorer.client.components
Enum BasketModelItemType

java.lang.Object
  extended by java.lang.Enum<BasketModelItemType>
      extended by org.gcube.portlets.user.collectionexplorer.client.components.BasketModelItemType
All Implemented Interfaces:
Serializable, Comparable<BasketModelItemType>

public enum BasketModelItemType
extends Enum<BasketModelItemType>


Enum Constant Summary
ALTERNATIVE
          ALTERNATIVE
ANNOTATION
          ANNOTATION
EXTERNAL_FILE
          External file.
EXTERNAL_IMAGE
          External image.
EXTERNAL_PDF_FILE
          External PDF file.
GOOGLE
          ALTERNATIVE
GPOD
          GPOD
INFO_OBJECT
          Info object.
INFO_OBJECT_LINK
          Info object link.
METADATA
          Metadata
PART
          PART
QUERY
          Query.
REPORT
          Report.
REPORT_TEMPLATE
          Report template.
TIMESERIES
          TIME SERIES
 
Method Summary
static BasketModelItemType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasketModelItemType[] 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

INFO_OBJECT

public static final BasketModelItemType INFO_OBJECT
Info object.


INFO_OBJECT_LINK

public static final BasketModelItemType INFO_OBJECT_LINK
Info object link.


EXTERNAL_IMAGE

public static final BasketModelItemType EXTERNAL_IMAGE
External image.


EXTERNAL_FILE

public static final BasketModelItemType EXTERNAL_FILE
External file.


EXTERNAL_PDF_FILE

public static final BasketModelItemType EXTERNAL_PDF_FILE
External PDF file.


QUERY

public static final BasketModelItemType QUERY
Query.


REPORT_TEMPLATE

public static final BasketModelItemType REPORT_TEMPLATE
Report template.


REPORT

public static final BasketModelItemType REPORT
Report.


METADATA

public static final BasketModelItemType METADATA
Metadata


ANNOTATION

public static final BasketModelItemType ANNOTATION
ANNOTATION


PART

public static final BasketModelItemType PART
PART


GOOGLE

public static final BasketModelItemType GOOGLE
ALTERNATIVE


ALTERNATIVE

public static final BasketModelItemType ALTERNATIVE
ALTERNATIVE


TIMESERIES

public static final BasketModelItemType TIMESERIES
TIME SERIES


GPOD

public static final BasketModelItemType GPOD
GPOD

Method Detail

values

public static BasketModelItemType[] 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 (BasketModelItemType c : BasketModelItemType.values())
    System.out.println(c);

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

valueOf

public static BasketModelItemType 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 © 2014. All Rights Reserved.