Uses of Class
org.scrashmeow.ojb.console.config.SearchDefinition

Packages that use SearchDefinition
org.scrashmeow.ojb.console.config Provides the object/xml classes for the application's internal configuration (code-generated). 
 

Uses of SearchDefinition in org.scrashmeow.ojb.console.config
 

Methods in org.scrashmeow.ojb.console.config that return SearchDefinition
 SearchDefinition SearchDefinitions.getSearchDefinition(int index)
          Method getSearchDefinition
 SearchDefinition[] SearchDefinitions.getSearchDefinition()
          Method getSearchDefinition
static SearchDefinition SearchDefinition.unmarshal(java.io.Reader reader)
          Method unmarshal
 

Methods in org.scrashmeow.ojb.console.config with parameters of type SearchDefinition
 void SearchDefinitions.addSearchDefinition(SearchDefinition vSearchDefinition)
          Method addSearchDefinition
 void SearchDefinitions.addSearchDefinition(int index, SearchDefinition vSearchDefinition)
          Method addSearchDefinition
 boolean SearchDefinitions.removeSearchDefinition(SearchDefinition vSearchDefinition)
          Method removeSearchDefinition
 void SearchDefinitions.setSearchDefinition(int index, SearchDefinition vSearchDefinition)
          Method setSearchDefinition
 void SearchDefinitions.setSearchDefinition(SearchDefinition[] searchDefinitionArray)
          Method setSearchDefinition
 



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.