Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
Modifier and Type | Method and Description |
---|---|
QDFilter.Kind |
QDFilter.getKind()
Returns a kind of this filter that constrains and defines its overall behaviour.
|
static QDFilter.Kind |
QDFilter.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QDFilter.Kind[] |
QDFilter.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QDFilter.Kind |
SymbolSetFilter.getKind() |
QDFilter.Kind |
RecordOnlyFilter.getKind() |
QDFilter.Kind |
PatternFilter.getKind() |
QDFilter.Kind |
NotFilter.getKind() |
Copyright © 2002-2020 Devexperts LLC. All Rights Reserved.