public static enum Searches.TermsStatsOrder extends Enum<Searches.TermsStatsOrder>
Enum Constant and Description |
---|
COUNT |
MAX |
MEAN |
MIN |
REVERSE_COUNT |
REVERSE_MAX |
REVERSE_MEAN |
REVERSE_MIN |
REVERSE_TERM |
REVERSE_TOTAL |
TERM |
TOTAL |
Modifier and Type | Method and Description |
---|---|
static Searches.TermsStatsOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Searches.TermsStatsOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Searches.TermsStatsOrder TERM
public static final Searches.TermsStatsOrder REVERSE_TERM
public static final Searches.TermsStatsOrder COUNT
public static final Searches.TermsStatsOrder REVERSE_COUNT
public static final Searches.TermsStatsOrder TOTAL
public static final Searches.TermsStatsOrder REVERSE_TOTAL
public static final Searches.TermsStatsOrder MIN
public static final Searches.TermsStatsOrder REVERSE_MIN
public static final Searches.TermsStatsOrder MAX
public static final Searches.TermsStatsOrder REVERSE_MAX
public static final Searches.TermsStatsOrder MEAN
public static final Searches.TermsStatsOrder REVERSE_MEAN
public static Searches.TermsStatsOrder[] values()
for (Searches.TermsStatsOrder c : Searches.TermsStatsOrder.values()) System.out.println(c);
public static Searches.TermsStatsOrder 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 © 2012-2015 Graylog, Inc.. All Rights Reserved.