public static enum Query.RemoveWordsType extends Enum<Query.RemoveWordsType>
| Enum Constant and Description |
|---|
REMOVE_ALLOPTIONAL |
REMOVE_FIRST_WORDS |
REMOVE_LAST_WORDS |
REMOVE_NONE |
REMOVE_NOTSET |
| Modifier and Type | Method and Description |
|---|---|
static Query.RemoveWordsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.RemoveWordsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Query.RemoveWordsType REMOVE_LAST_WORDS
public static final Query.RemoveWordsType REMOVE_FIRST_WORDS
public static final Query.RemoveWordsType REMOVE_NONE
public static final Query.RemoveWordsType REMOVE_ALLOPTIONAL
public static final Query.RemoveWordsType REMOVE_NOTSET
public static Query.RemoveWordsType[] values()
for (Query.RemoveWordsType c : Query.RemoveWordsType.values()) System.out.println(c);
public static Query.RemoveWordsType 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. All rights reserved.