|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqUserDb.WordMode>
CqUserDb.WordMode
public static enum CqUserDb.WordMode
WordMode SearchKeys limit the search results to just those objects that contain the targeted words associated with the WordMode key in the filter.
Enum Constant Summary | |
---|---|
ALL
Match all of the words in the target list |
|
ANY
Match any (at least one) of the words in the target list |
|
EXACT
Match all of the words in the target list in the order given |
|
NONE
Match none (do not match any) of the words in the target list |
Method Summary | |
---|---|
static CqUserDb.WordMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqUserDb.WordMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CqUserDb.WordMode ALL
public static final CqUserDb.WordMode ANY
public static final CqUserDb.WordMode EXACT
public static final CqUserDb.WordMode NONE
Method Detail |
---|
public static CqUserDb.WordMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static final CqUserDb.WordMode[] values()
for(CqUserDb.WordMode c : CqUserDb.WordMode.values()) System.out.println(c);
|
Generated Wed 15-Jul-2015 01:05 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |