public static enum IDfFtConfig.FtEngine extends java.lang.Enum<IDfFtConfig.FtEngine>
Enum Constant and Description |
---|
DSEARCH |
DSEARCHSOLR |
FAST |
LUCENE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static IDfFtConfig.FtEngine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfFtConfig.FtEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDfFtConfig.FtEngine DSEARCH
public static final IDfFtConfig.FtEngine DSEARCHSOLR
public static final IDfFtConfig.FtEngine FAST
public static final IDfFtConfig.FtEngine LUCENE
public static final IDfFtConfig.FtEngine UNKNOWN
public static IDfFtConfig.FtEngine[] values()
for (IDfFtConfig.FtEngine c : IDfFtConfig.FtEngine.values()) System.out.println(c);
public static IDfFtConfig.FtEngine 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 1994-2023 OpenText Corporation. All rights reserved.