@PublicApi public enum SearcherGroupType extends Enum<SearcherGroupType>
SearcherGroup
.Enum Constant and Description |
---|
CONTEXT |
CUSTOM |
DATE |
ISSUE |
PROJECT |
TEXT |
WORK |
Modifier and Type | Method and Description |
---|---|
String |
getI18nKey() |
static SearcherGroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearcherGroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearcherGroupType TEXT
public static final SearcherGroupType CONTEXT
public static final SearcherGroupType PROJECT
public static final SearcherGroupType ISSUE
public static final SearcherGroupType DATE
public static final SearcherGroupType WORK
public static final SearcherGroupType CUSTOM
public static SearcherGroupType[] values()
for (SearcherGroupType c : SearcherGroupType.values()) System.out.println(c);
public static SearcherGroupType 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 getI18nKey()
Copyright © 2002-2015 Atlassian. All Rights Reserved.