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