public static enum ManageFiltersPage.Tab extends Enum<ManageFiltersPage.Tab>
Enum Constant and Description |
---|
MY |
Modifier and Type | Method and Description |
---|---|
static ManageFiltersPage.Tab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManageFiltersPage.Tab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManageFiltersPage.Tab MY
public static ManageFiltersPage.Tab[] values()
for (ManageFiltersPage.Tab c : ManageFiltersPage.Tab.values()) System.out.println(c);
public static ManageFiltersPage.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 nullCopyright © 2002-2019 Atlassian. All Rights Reserved.