public static enum IDfFilterOrderDependency.Dependency extends java.lang.Enum<IDfFilterOrderDependency.Dependency>
Enum Constant and Description |
---|
MODIFY_TARGET_LANGUAGE
Indicate a filter that potentially changes the target language of the generated query.
|
READ_ONLY
These filters are called first.
|
TARGET_LANGUAGE_DEPENDENT
Indicate a filter that perform operation dependent on the target language selected.
|
TARGET_LANGUAGE_INDEPENDENT
A typical filter is independent of the target language and will not force the target language either.
|
Modifier and Type | Method and Description |
---|---|
static IDfFilterOrderDependency.Dependency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfFilterOrderDependency.Dependency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDfFilterOrderDependency.Dependency READ_ONLY
public static final IDfFilterOrderDependency.Dependency TARGET_LANGUAGE_INDEPENDENT
public static final IDfFilterOrderDependency.Dependency MODIFY_TARGET_LANGUAGE
IDfQueryBuilder.setDatabaseSearchRequested(boolean)
and that
depends on the query itself to make this decision.public static final IDfFilterOrderDependency.Dependency TARGET_LANGUAGE_DEPENDENT
public static IDfFilterOrderDependency.Dependency[] values()
for (IDfFilterOrderDependency.Dependency c : IDfFilterOrderDependency.Dependency.values()) System.out.println(c);
public static IDfFilterOrderDependency.Dependency 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.