public static enum IDashboardPanel.DashboardPanelType extends java.lang.Enum<IDashboardPanel.DashboardPanelType>
| Enum Constant and Description |
|---|
chart |
custom |
favoriteObjects |
myTasks |
oversight |
reports |
search |
subscribed |
| Modifier and Type | Method and Description |
|---|---|
static IDashboardPanel.DashboardPanelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDashboardPanel.DashboardPanelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDashboardPanel.DashboardPanelType custom
public static final IDashboardPanel.DashboardPanelType myTasks
public static final IDashboardPanel.DashboardPanelType subscribed
public static final IDashboardPanel.DashboardPanelType oversight
public static final IDashboardPanel.DashboardPanelType reports
public static final IDashboardPanel.DashboardPanelType chart
public static final IDashboardPanel.DashboardPanelType favoriteObjects
public static final IDashboardPanel.DashboardPanelType search
public static IDashboardPanel.DashboardPanelType[] values()
for (IDashboardPanel.DashboardPanelType c : IDashboardPanel.DashboardPanelType.values()) System.out.println(c);
public static IDashboardPanel.DashboardPanelType 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
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.