مشاركة عبر


AggregationFunctionType Class

public final class AggregationFunctionType
extends ExpandableStringEnum<AggregationFunctionType>

Defines values for AggregationFunctionType.

Field Summary

Modifier and Type Field and Description
static final AggregationFunctionType AVG

Static value avg for AggregationFunctionType.

static final AggregationFunctionType MAX

Static value max for AggregationFunctionType.

static final AggregationFunctionType MIN

Static value min for AggregationFunctionType.

static final AggregationFunctionType STDEV

Static value stdev for AggregationFunctionType.

static final AggregationFunctionType SUM

Static value sum for AggregationFunctionType.

Constructor Summary

Constructor Description
AggregationFunctionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AggregationFunctionType value.

Method Summary

Modifier and Type Method and Description
static AggregationFunctionType fromString(String name)

Creates or finds a AggregationFunctionType from its string representation.

static Collection<AggregationFunctionType> values()

Gets known AggregationFunctionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AVG

public static final AggregationFunctionType AVG

Static value avg for AggregationFunctionType.

MAX

public static final AggregationFunctionType MAX

Static value max for AggregationFunctionType.

MIN

public static final AggregationFunctionType MIN

Static value min for AggregationFunctionType.

STDEV

public static final AggregationFunctionType STDEV

Static value stdev for AggregationFunctionType.

SUM

public static final AggregationFunctionType SUM

Static value sum for AggregationFunctionType.

Constructor Details

AggregationFunctionType

@Deprecated
public AggregationFunctionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AggregationFunctionType value.

Method Details

fromString

public static AggregationFunctionType fromString(String name)

Creates or finds a AggregationFunctionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AggregationFunctionType.

values

public static Collection<AggregationFunctionType> values()

Gets known AggregationFunctionType values.

Returns:

known AggregationFunctionType values.

Applies to