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