public enum BasketModelItemType extends Enum<BasketModelItemType>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 METADATA
public static final BasketModelItemType ANNOTATION
public static final BasketModelItemType PART
public static final BasketModelItemType GOOGLE
public static final BasketModelItemType ALTERNATIVE
public static final BasketModelItemType TIMESERIES
public static final BasketModelItemType GPOD
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 nameNullPointerException
- if the argument is nullCopyright © 2014. All Rights Reserved.