public static enum ParseOptions.Engine extends java.lang.Enum<ParseOptions.Engine>
Enum Constant and Description |
---|
CATEGORY
LuceneCategorySearchEngine
|
MEMBER
LuceneMemberSearchEngine
|
PUBLICATION
LucenePublicationSearchEngine
|
Modifier and Type | Method and Description |
---|---|
static ParseOptions.Engine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParseOptions.Engine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParseOptions.Engine PUBLICATION
public static final ParseOptions.Engine MEMBER
public static final ParseOptions.Engine CATEGORY
public static ParseOptions.Engine[] values()
for (ParseOptions.Engine c : ParseOptions.Engine.values()) System.out.println(c);
public static ParseOptions.Engine valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2001-2017 Jalios SA. All Rights Reserved.