public static enum TopGroups.ScoreMergeMode extends Enum<TopGroups.ScoreMergeMode>
| Enum Constant and Description |
|---|
Avg |
None
Set score to Float.NaN
|
Total |
| Modifier and Type | Method and Description |
|---|---|
static TopGroups.ScoreMergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopGroups.ScoreMergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopGroups.ScoreMergeMode None
public static final TopGroups.ScoreMergeMode Total
public static final TopGroups.ScoreMergeMode Avg
public static TopGroups.ScoreMergeMode[] values()
for (TopGroups.ScoreMergeMode c : TopGroups.ScoreMergeMode.values()) System.out.println(c);
public static TopGroups.ScoreMergeMode 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 nullCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.