|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchType | |
---|---|
org.crosswire.jsword.index.search | This package helps implementors of the various Book interfaces implement search. |
Uses of SearchType in org.crosswire.jsword.index.search |
---|
Fields in org.crosswire.jsword.index.search declared as SearchType | |
---|---|
static SearchType |
SearchType.ALL_WORDS
Find all the words regardless of position. |
static SearchType |
SearchType.ANY_WORDS
Find any of these words |
static SearchType |
SearchType.NOT_WORDS
Find verses not containing these words. |
static SearchType |
SearchType.PHRASE
Find the words in the specified order. |
static SearchType |
SearchType.RANGE
Find verses in this range |
static SearchType |
SearchType.SPELL_WORDS
Find verses with words spelled something like |
static SearchType |
SearchType.START_WORDS
Find verses with words that start with the these beginnings. |
private static SearchType[] |
SearchType.VALUES
|
Methods in org.crosswire.jsword.index.search that return SearchType | |
---|---|
static SearchType |
SearchType.fromInteger(int i)
Lookup method to convert from an integer |
static SearchType |
SearchType.fromString(String name)
Lookup method to convert from a String |
|
Copyright ? 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |