Uses of Class
org.nuiton.wikitty.search.Search.KIND

Packages that use Search.KIND
org.nuiton.wikitty.search   
 

Uses of Search.KIND in org.nuiton.wikitty.search
 

Fields in org.nuiton.wikitty.search declared as Search.KIND
protected  Search.KIND Search.kind
          Defaut kind to AND.
 

Methods in org.nuiton.wikitty.search that return Search.KIND
static Search.KIND Search.KIND.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Search.KIND[] Search.KIND.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuiton.wikitty.search with parameters of type Search.KIND
static Search Search.query(Search.KIND kind)
          Create new Search object with custom kind.
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.