public static enum AggregatedDataType.FunctionEnum extends Enum<AggregatedDataType.FunctionEnum>
| Enum Constant and Description |
|---|
AVG |
COUNT |
ITC_ABS_COUNT |
ITC_CRITICAL_COUNT |
ITC_CRITICAL_RATIO |
MAX |
MIN |
SUM |
| Modifier and Type | Method and Description |
|---|---|
static AggregatedDataType.FunctionEnum |
fromValue(String text) |
String |
toString() |
static AggregatedDataType.FunctionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatedDataType.FunctionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregatedDataType.FunctionEnum SUM
public static final AggregatedDataType.FunctionEnum AVG
public static final AggregatedDataType.FunctionEnum MIN
public static final AggregatedDataType.FunctionEnum MAX
public static final AggregatedDataType.FunctionEnum COUNT
public static final AggregatedDataType.FunctionEnum ITC_CRITICAL_COUNT
public static final AggregatedDataType.FunctionEnum ITC_ABS_COUNT
public static final AggregatedDataType.FunctionEnum ITC_CRITICAL_RATIO
public static AggregatedDataType.FunctionEnum[] values()
for (AggregatedDataType.FunctionEnum c : AggregatedDataType.FunctionEnum.values()) System.out.println(c);
public static AggregatedDataType.FunctionEnum 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<AggregatedDataType.FunctionEnum>public static AggregatedDataType.FunctionEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.