public static enum StatisticalCountWidgetStrategy.StatisticalFunction extends Enum<StatisticalCountWidgetStrategy.StatisticalFunction>
| Enum Constant and Description |
|---|
CARDINALITY |
COUNT |
MAX |
MEAN |
MIN |
STANDARD_DEVIATION |
SUM |
SUM_OF_SQUARES |
VARIANCE |
| Modifier and Type | Method and Description |
|---|---|
static StatisticalCountWidgetStrategy.StatisticalFunction |
fromString(String function) |
String |
toString() |
static StatisticalCountWidgetStrategy.StatisticalFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticalCountWidgetStrategy.StatisticalFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatisticalCountWidgetStrategy.StatisticalFunction COUNT
public static final StatisticalCountWidgetStrategy.StatisticalFunction MEAN
public static final StatisticalCountWidgetStrategy.StatisticalFunction STANDARD_DEVIATION
public static final StatisticalCountWidgetStrategy.StatisticalFunction MIN
public static final StatisticalCountWidgetStrategy.StatisticalFunction MAX
public static final StatisticalCountWidgetStrategy.StatisticalFunction SUM
public static final StatisticalCountWidgetStrategy.StatisticalFunction VARIANCE
public static final StatisticalCountWidgetStrategy.StatisticalFunction SUM_OF_SQUARES
public static final StatisticalCountWidgetStrategy.StatisticalFunction CARDINALITY
public static StatisticalCountWidgetStrategy.StatisticalFunction[] values()
for (StatisticalCountWidgetStrategy.StatisticalFunction c : StatisticalCountWidgetStrategy.StatisticalFunction.values()) System.out.println(c);
public static StatisticalCountWidgetStrategy.StatisticalFunction 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 toString()
toString in class Enum<StatisticalCountWidgetStrategy.StatisticalFunction>public static StatisticalCountWidgetStrategy.StatisticalFunction fromString(String function)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.