public static enum SearchResult.SearchResultType extends Enum<SearchResult.SearchResultType>
Enum Constant and Description |
---|
Group |
LanguageTeam |
Person |
Project |
ProjectVersion |
Modifier and Type | Method and Description |
---|---|
static SearchResult.SearchResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResult.SearchResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchResult.SearchResultType Project
public static final SearchResult.SearchResultType LanguageTeam
public static final SearchResult.SearchResultType Person
public static final SearchResult.SearchResultType Group
public static final SearchResult.SearchResultType ProjectVersion
public static SearchResult.SearchResultType[] values()
for (SearchResult.SearchResultType c : SearchResult.SearchResultType.values()) System.out.println(c);
public static SearchResult.SearchResultType 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 © 2018 Zanata Project. All rights reserved.