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