public enum StepGroupType extends Enum<StepGroupType>
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.model.BsonField |
getGroupOperator(String fieldName) |
static StepGroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepGroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepGroupType AVG
public static final StepGroupType FIRST
public static final StepGroupType LAST
public static final StepGroupType MAX
public static final StepGroupType MIN
public static final StepGroupType SUM
public static StepGroupType[] values()
for (StepGroupType c : StepGroupType.values()) System.out.println(c);
public static StepGroupType 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 com.mongodb.client.model.BsonField getGroupOperator(String fieldName)
Copyright © 2022. All rights reserved.