public static enum IDfXQuery.FtQueryOptions.FTQueryOptionType extends java.lang.Enum<IDfXQuery.FtQueryOptions.FTQueryOptionType>
Enum Constant and Description |
---|
FTOPTION_BOOLEAN
Indicates that the option requires a boolean value
|
FTOPTION_INTEGER
Indicates that the option requires an integer value
|
FTOPTION_MAP
Indicates that the option requires a Map value
|
FTOPTION_STRING
Indicates that the option requires a String value
|
Modifier and Type | Method and Description |
---|---|
static IDfXQuery.FtQueryOptions.FTQueryOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfXQuery.FtQueryOptions.FTQueryOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDfXQuery.FtQueryOptions.FTQueryOptionType FTOPTION_BOOLEAN
public static final IDfXQuery.FtQueryOptions.FTQueryOptionType FTOPTION_INTEGER
public static final IDfXQuery.FtQueryOptions.FTQueryOptionType FTOPTION_STRING
public static final IDfXQuery.FtQueryOptions.FTQueryOptionType FTOPTION_MAP
public static IDfXQuery.FtQueryOptions.FTQueryOptionType[] values()
for (IDfXQuery.FtQueryOptions.FTQueryOptionType c : IDfXQuery.FtQueryOptions.FTQueryOptionType.values()) System.out.println(c);
public static IDfXQuery.FtQueryOptions.FTQueryOptionType 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.