public enum QDFilterContext extends Enum<QDFilterContext>
QDFilterFactory
.Enum Constant and Description |
---|
DEFAULT
Default context.
|
NAMED
Context of construction of named project-specific filter.
|
RECORD_ONLY
Records-only filter should be produced in this context.
|
REMOTE_FILTER
Context of construction of remote filter that was received over network connection.
|
SYMBOL_SET
Symbols-set-only filter should be produced in this context.
|
Modifier and Type | Method and Description |
---|---|
static QDFilterContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QDFilterContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QDFilterContext DEFAULT
public static final QDFilterContext NAMED
CompositeFilters.valueOf(String, String, DataScheme)
.public static final QDFilterContext RECORD_ONLY
RecordOnlyFilter.valueOf(String, DataScheme)
.public static final QDFilterContext SYMBOL_SET
SymbolSetFilter.valueOf(String, DataScheme)
.public static final QDFilterContext REMOTE_FILTER
public static QDFilterContext[] values()
for (QDFilterContext c : QDFilterContext.values()) System.out.println(c);
public static QDFilterContext valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2019 Devexperts LLC. All Rights Reserved.