Uses of Class
com.discoverygate.webservice.types.SearchOperator

Packages that use SearchOperator
com.discoverygate.webservice.types   
 

Uses of SearchOperator in com.discoverygate.webservice.types
 

Fields in com.discoverygate.webservice.types declared as SearchOperator
static SearchOperator SearchOperator.AND
           
static SearchOperator SearchOperator.NONE
           
static SearchOperator SearchOperator.OR
           
 

Methods in com.discoverygate.webservice.types that return SearchOperator
static SearchOperator SearchOperator.fromString(java.lang.String value)
           
static SearchOperator SearchOperator.fromValue(java.lang.String value)
           
 SearchOperator BaseSearch.getBooleanOperator()
          Gets the booleanOperator value for this BaseSearch.
 

Methods in com.discoverygate.webservice.types with parameters of type SearchOperator
 void BaseSearch.setBooleanOperator(SearchOperator booleanOperator)
          Sets the booleanOperator value for this BaseSearch.
 

Constructors in com.discoverygate.webservice.types with parameters of type SearchOperator
BaseSearch(java.lang.String structure, boolean not, SearchOperator booleanOperator, Parenthesis parenthesis, long parenthesisCount, java.lang.String customFlags)
           
MoleculeSearch(java.lang.String structure, boolean not, SearchOperator booleanOperator, Parenthesis parenthesis, long parenthesisCount, java.lang.String customFlags, MoleculeSearchType searchType, int customSimilarity)
           
ReactionSearch(java.lang.String structure, boolean not, SearchOperator booleanOperator, Parenthesis parenthesis, long parenthesisCount, java.lang.String customFlags, ReactionSearchType searchType)
           
 



Copyright © 2009 - 2011, Accelrys Software, Inc.