public static enum IDfXQuery.FtQueryDebugOptions extends java.lang.Enum<IDfXQuery.FtQueryDebugOptions>
Enum Constant and Description |
---|
QUERY_ID
The internally generated query-id by the fulltext engine associated with this query
|
Modifier and Type | Method and Description |
---|---|
static IDfXQuery.FtQueryDebugOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfXQuery.FtQueryDebugOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDfXQuery.FtQueryDebugOptions QUERY_ID
public static IDfXQuery.FtQueryDebugOptions[] values()
for (IDfXQuery.FtQueryDebugOptions c : IDfXQuery.FtQueryDebugOptions.values()) System.out.println(c);
public static IDfXQuery.FtQueryDebugOptions 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.