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