public static enum FieldValueAlertCondition.CheckType extends Enum<FieldValueAlertCondition.CheckType>
Modifier and Type | Method and Description |
---|---|
static FieldValueAlertCondition.CheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueAlertCondition.CheckType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValueAlertCondition.CheckType MEAN
public static final FieldValueAlertCondition.CheckType MIN
public static final FieldValueAlertCondition.CheckType MAX
public static final FieldValueAlertCondition.CheckType SUM
public static final FieldValueAlertCondition.CheckType STDDEV
public static FieldValueAlertCondition.CheckType[] values()
for (FieldValueAlertCondition.CheckType c : FieldValueAlertCondition.CheckType.values()) System.out.println(c);
public static FieldValueAlertCondition.CheckType 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.