setSearchTerms(String searchTerms) Sets searchterms to searchterms in string.
Parameters: searchTerms - String containing searchterms as words separatedby white space.
public BasicStringSearchConstraint(StepField field, int searchType, int matchType, List<String> searchTerms)(Code)
Creates a new instance of BasicStringSearchConstraint.
Parameters: field - The associated field. Parameters: searchType - The search type. Parameters: matchType - The match type. Parameters: searchTerms - the searchterms throws: IllegalArgumentValue - when an invalid argument is supplied. See Also:BasicStringSearchConstraint.getSearchType See Also:BasicStringSearchConstraint.getMatchType
BasicStringSearchConstraint
public BasicStringSearchConstraint(StepField field, int searchType, int matchType, String searchTerms)(Code)
Creates a new instance of BasicStringSearchConstraint.
Parameters: field - The associated field. Parameters: searchType - The search type. Parameters: matchType - The match type. Parameters: searchTerms - String containing searchterms as words separatedby white space. throws: IllegalArgumentValue - when an invalid argument is supplied. See Also:BasicStringSearchConstraint.getSearchType See Also:BasicStringSearchConstraint.getMatchType
Adds searchterm to list of searchterms.
Parameters: searchTerm - the searchterms This BasicStringSearchConstraint instance. throws: IllegalArgumentException - when an invalid argument is supplied.
Sets the match type.
Parameters: matchType - The matchtype. This BasicStringSearchConstraint instance. throws: IllegalArgumentValue - when an invalid argument is supplied. See Also:BasicStringSearchConstraint.getMatchType
Sets parameter. Ignored if parameter is not relavant to the present
search- and matchtype.
Parameters: name - The parameter name. Parameters: value - The parameter value. This BasicStringSearchConstraint instance. throws: IllegalArgumentValue - when an invalid argument is supplied. See Also:BasicStringSearchConstraint.getParameters
Sets searchterms to searchterms in string.
Parameters: searchTerms - String containing searchterms as words separatedby white space. This BasicStringSearchConstraint instance. throws: IllegalArgumentException - when an invalid argument is supplied.
Sets the search type.
Parameters: searchType - The searchType. This BasicStringSearchConstraint instance. throws: IllegalArgumentValue - when an invalid argument is supplied. See Also:BasicStringSearchConstraint.getSearchType