public static enum Search.Presort extends Enum<Search.Presort>
Modifier and Type | Method and Description |
---|---|
static Search.Presort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.Presort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.Presort KEY
public static final Search.Presort SCORE
public static Search.Presort[] values()
for (Search.Presort c : Search.Presort.values()) System.out.println(c);
public static Search.Presort 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 © 2016. All rights reserved.