Uses of Class
org.crosswire.jsword.index.search.SearchType

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
 

Methods in org.crosswire.jsword.index.search that return SearchType
static SearchType SearchType.fromString(String name)
          Lookup method to convert from a String
static SearchType SearchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchType[] SearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Copyright ? 2003-2011