public final class PrimaryAggregationType extends ExpandableStringEnum<PrimaryAggregationType>
Modifier and Type | Field and Description |
---|---|
static PrimaryAggregationType |
AVERAGE
Static value Average for PrimaryAggregationType.
|
static PrimaryAggregationType |
LAST
Static value Last for PrimaryAggregationType.
|
static PrimaryAggregationType |
MAXIMUM
Static value Maximum for PrimaryAggregationType.
|
static PrimaryAggregationType |
MINIMIMUM
Static value Minimimum 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 TOTAL
public static final PrimaryAggregationType MINIMIMUM
public static final PrimaryAggregationType MAXIMUM
public static final PrimaryAggregationType LAST
public static PrimaryAggregationType fromString(String name)
name
- a name to look forpublic static Collection<PrimaryAggregationType> values()
Copyright © 2019. All rights reserved.