public static enum DashboardUpdatesPanel.Tab extends Enum<DashboardUpdatesPanel.Tab>
Enum Constant and Description |
---|
ALL |
CATEGORY |
DEFAULT |
FAVOURITE |
NETWORK |
POPULAR |
Modifier and Type | Method and Description |
---|---|
static DashboardUpdatesPanel.Tab |
fromString(String tabName) |
String |
getQuery() |
static DashboardUpdatesPanel.Tab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardUpdatesPanel.Tab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardUpdatesPanel.Tab POPULAR
public static final DashboardUpdatesPanel.Tab ALL
public static final DashboardUpdatesPanel.Tab NETWORK
public static final DashboardUpdatesPanel.Tab FAVOURITE
public static final DashboardUpdatesPanel.Tab CATEGORY
public static final DashboardUpdatesPanel.Tab DEFAULT
public static DashboardUpdatesPanel.Tab[] values()
for (DashboardUpdatesPanel.Tab c : DashboardUpdatesPanel.Tab.values()) System.out.println(c);
public static DashboardUpdatesPanel.Tab 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 nullpublic String getQuery()
public static DashboardUpdatesPanel.Tab fromString(String tabName)
Copyright © 2003–2018 Atlassian. All rights reserved.