public static enum ContentDashboardItemFilter.Type extends java.lang.Enum<ContentDashboardItemFilter.Type>
| Enum Constant and Description |
|---|
ITEM_SELECTOR |
SUBMENU |
| Modifier and Type | Method and Description |
|---|---|
static ContentDashboardItemFilter.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentDashboardItemFilter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentDashboardItemFilter.Type ITEM_SELECTOR
public static final ContentDashboardItemFilter.Type SUBMENU
public static ContentDashboardItemFilter.Type[] values()
for (ContentDashboardItemFilter.Type c : ContentDashboardItemFilter.Type.values()) System.out.println(c);
public static ContentDashboardItemFilter.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null