public final class PrimaryAggregationType extends ExpandableStringEnum<PrimaryAggregationType>
Modifier and Type | Field and Description |
---|---|
static PrimaryAggregationType |
AVERAGE
Static value Average for PrimaryAggregationType.
|
static PrimaryAggregationType |
COUNT
Static value Count for PrimaryAggregationType.
|
static PrimaryAggregationType |
MAXIMUM
Static value Maximum for PrimaryAggregationType.
|
static PrimaryAggregationType |
MINIMUM
Static value Minimum for PrimaryAggregationType.
|
static PrimaryAggregationType |
NONE
Static value None for PrimaryAggregationType.
|
static PrimaryAggregationType |
TOTAL
Static value Total for PrimaryAggregationType.
|
Constructor and Description |
---|
PrimaryAggregationType() |
Modifier and Type | Method and Description |
---|---|
static PrimaryAggregationType |
fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
|
static Collection<PrimaryAggregationType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final PrimaryAggregationType NONE
public static final PrimaryAggregationType AVERAGE
public static final PrimaryAggregationType COUNT
public static final PrimaryAggregationType MINIMUM
public static final PrimaryAggregationType MAXIMUM
public static final PrimaryAggregationType TOTAL
public static PrimaryAggregationType fromString(String name)
name
- a name to look forpublic static Collection<PrimaryAggregationType> values()
Copyright © 2019. All rights reserved.