public static enum AlertConfigurationDefinition.Function extends Enum<AlertConfigurationDefinition.Function>
Enum Constant and Description |
---|
AVERAGE |
COUNT |
DIFF |
MAX |
MIN |
RATE |
SUM |
Modifier and Type | Method and Description |
---|---|
static AlertConfigurationDefinition.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConfigurationDefinition.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertConfigurationDefinition.Function SUM
public static final AlertConfigurationDefinition.Function AVERAGE
public static final AlertConfigurationDefinition.Function RATE
public static final AlertConfigurationDefinition.Function COUNT
public static final AlertConfigurationDefinition.Function MIN
public static final AlertConfigurationDefinition.Function MAX
public static final AlertConfigurationDefinition.Function DIFF
public static AlertConfigurationDefinition.Function[] values()
for (AlertConfigurationDefinition.Function c : AlertConfigurationDefinition.Function.values()) System.out.println(c);
public static AlertConfigurationDefinition.Function 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 © 2010–2016 AdroitLogic. All rights reserved.