public static enum BoostField.BoostType extends Enum<BoostField.BoostType>
| Enum Constant and Description |
|---|
ADDITIVE |
MULTIPLICATIVE |
| Modifier and Type | Method and Description |
|---|---|
static BoostField.BoostType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoostField.BoostType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoostField.BoostType MULTIPLICATIVE
public static final BoostField.BoostType ADDITIVE
public static BoostField.BoostType[] values()
for (BoostField.BoostType c : BoostField.BoostType.values()) System.out.println(c);
public static BoostField.BoostType 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 SAP SE. All Rights Reserved.