public static enum ApplicationFetcher.SortMode extends java.lang.Enum<ApplicationFetcher.SortMode>
POPULARITY
Popularity based on number of installationsTITLE
Title of the applicationPDATE
Publish date of the applicationEnum Constant and Description |
---|
PDATE |
POPULARITY |
TITLE |
Modifier and Type | Method and Description |
---|---|
static ApplicationFetcher.SortMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationFetcher.SortMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationFetcher.SortMode POPULARITY
public static final ApplicationFetcher.SortMode TITLE
public static final ApplicationFetcher.SortMode PDATE
public static ApplicationFetcher.SortMode[] values()
for (ApplicationFetcher.SortMode c : ApplicationFetcher.SortMode.values()) System.out.println(c);
public static ApplicationFetcher.SortMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2001-2019 Jalios SA. All Rights Reserved.