org.opencrx.kernel.home1.cci2
Interface SearchAdvancedParams

All Known Subinterfaces:
SearchAdvancedParams

public interface SearchAdvancedParams


Nested Class Summary
static class SearchAdvancedParams.Member
          The structure's members
 
Method Summary
 String getAllWords()
          Retrieves the value for the optional structure field allWords.
 String getAtLeastOneOfTheWords()
          Retrieves the value for the optional structure field atLeastOneOfTheWords.
 String getWithoutWords()
          Retrieves the value for the optional structure field withoutWords.
 

Method Detail

getAllWords

String getAllWords()
Retrieves the value for the optional structure field allWords.

Returns:
The possibly null value for structure field allWords.

getAtLeastOneOfTheWords

String getAtLeastOneOfTheWords()
Retrieves the value for the optional structure field atLeastOneOfTheWords.

Returns:
The possibly null value for structure field atLeastOneOfTheWords.

getWithoutWords

String getWithoutWords()
Retrieves the value for the optional structure field withoutWords.

Returns:
The possibly null value for structure field withoutWords.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.