Serializable, Comparable<Query.RemoveWordsType>public static enum Query.RemoveWordsType extends Enum<Query.RemoveWordsType>
| Enum Constant | Description |
|---|---|
REMOVE_ALLOPTIONAL |
|
REMOVE_FIRST_WORDS |
|
REMOVE_LAST_WORDS |
|
REMOVE_NONE |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
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 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 nullpublic String toString()
toString in class Enum<Query.RemoveWordsType>Copyright © 2018. All rights reserved.