public static enum NestedQuery.ScoreMode extends Enum<NestedQuery.ScoreMode>
| Modifier and Type | Method and Description |
|---|---|
static NestedQuery.ScoreMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedQuery.ScoreMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NestedQuery.ScoreMode sum
public static final NestedQuery.ScoreMode avg
public static final NestedQuery.ScoreMode min
public static final NestedQuery.ScoreMode max
public static final NestedQuery.ScoreMode none
public static NestedQuery.ScoreMode[] values()
for (NestedQuery.ScoreMode c : NestedQuery.ScoreMode.values()) System.out.println(c);
public static NestedQuery.ScoreMode 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 © 2017 JULIE Lab, Germany. All rights reserved.