public static enum OracleIndex.SEARCH_ENGINE extends java.lang.Enum<OracleIndex.SEARCH_ENGINE>
Modifier and Type | Method and Description |
---|---|
static OracleIndex.SEARCH_ENGINE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleIndex.SEARCH_ENGINE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final OracleIndex.SEARCH_ENGINE LUCENE
public static final OracleIndex.SEARCH_ENGINE ORATEXT
public static final OracleIndex.SEARCH_ENGINE SOLRCLOUD
public static OracleIndex.SEARCH_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 nullpublic static OracleIndex.SEARCH_ENGINE[] values()
for (OracleIndex.SEARCH_ENGINE c : OracleIndex.SEARCH_ENGINE.values()) System.out.println(c);