public static enum DashboardWidget.Type extends Enum<DashboardWidget.Type>
| Enum Constant and Description |
|---|
FIELD_CHART |
QUICKVALUES |
SEARCH_RESULT_CHART |
SEARCH_RESULT_COUNT |
STREAM_SEARCH_RESULT_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static DashboardWidget.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardWidget.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardWidget.Type SEARCH_RESULT_COUNT
public static final DashboardWidget.Type STREAM_SEARCH_RESULT_COUNT
public static final DashboardWidget.Type FIELD_CHART
public static final DashboardWidget.Type QUICKVALUES
public static final DashboardWidget.Type SEARCH_RESULT_CHART
public static DashboardWidget.Type[] values()
for (DashboardWidget.Type c : DashboardWidget.Type.values()) System.out.println(c);
public static DashboardWidget.Type 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 © 2012–2014 TORCH GmbH. All rights reserved.