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