|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BasketModelItemType>
org.gcube.portlets.user.results.client.model.BasketModelItemType
public enum BasketModelItemType
| Enum Constant Summary | |
|---|---|
EXTERNAL_FILE
External file. |
|
EXTERNAL_IMAGE
External image. |
|
EXTERNAL_PDF_FILE
External PDF file. |
|
FOLDER
GPOD |
|
INFO_OBJECT
Info object. |
|
INFO_OBJECT_LINK
Info object link. |
|
OPENSEARCH
OPEN SEARCH |
|
QUERY
Query. |
|
REPORT
Report. |
|
REPORT_TEMPLATE
Report template. |
|
SHARED_FOLDER
|
|
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 |
|---|
public static final BasketModelItemType INFO_OBJECT
public static final BasketModelItemType INFO_OBJECT_LINK
public static final BasketModelItemType EXTERNAL_IMAGE
public static final BasketModelItemType EXTERNAL_FILE
public static final BasketModelItemType EXTERNAL_PDF_FILE
public static final BasketModelItemType QUERY
public static final BasketModelItemType REPORT_TEMPLATE
public static final BasketModelItemType REPORT
public static final BasketModelItemType TIMESERIES
public static final BasketModelItemType FOLDER
public static final BasketModelItemType OPENSEARCH
public static final BasketModelItemType SHARED_FOLDER
| Method Detail |
|---|
public static BasketModelItemType[] values()
for (BasketModelItemType c : BasketModelItemType.values()) System.out.println(c);
public static BasketModelItemType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||