Uses of Class
org.teamapps.universaldb.index.file.FileFullTextFilterType
-
Packages that use FileFullTextFilterType Package Description org.teamapps.universaldb.index.file -
-
Uses of FileFullTextFilterType in org.teamapps.universaldb.index.file
Methods in org.teamapps.universaldb.index.file that return FileFullTextFilterType Modifier and Type Method Description FileFullTextFilterTypeFileFilter. getFullTextFilterType()static FileFullTextFilterTypeFileFullTextFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileFullTextFilterType[]FileFullTextFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.universaldb.index.file with parameters of type FileFullTextFilterType Constructor Description FileFilter(FileFullTextFilterType fullTextFilterType, java.lang.String value, FileDataField... fields)
-