|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.noa.search.SearchDescriptor
public class SearchDescriptor
Descriptor of a search.
Constructor Summary | |
---|---|
SearchDescriptor(java.lang.String searchContent)
Constructs new SearchDescriptor. |
Method Summary | |
---|---|
java.lang.String |
getSearchContent()
Returns search content. |
boolean |
isCaseSensitive()
Returns information whether the search content is case sensitive. |
void |
setIsCaseSensitive(boolean isCaseSensitive)
Sets information whether the search content is case sensitive |
void |
setUseCompleteWords(boolean useCompleteWords)
Sets information whether only complete words should be searched |
void |
setUseRegularExpression(boolean useRegularExpression)
Sets information whether the search content is case sensitive |
void |
setUseSimilartiySearch(boolean useSimilaritySearch)
Sets information whether a similarity search should be done |
boolean |
useCompleteWords()
Returns information whether only complete words should be searched. |
boolean |
useRegularExpression()
Returns information whether the search content is case sensitive. |
boolean |
useSimilaritySearch()
Returns information whether a similarity search should be done. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchDescriptor(java.lang.String searchContent)
searchContent
- search content to be usedMethod Detail |
---|
public java.lang.String getSearchContent()
getSearchContent
in interface ISearchDescriptor
public boolean useRegularExpression()
useRegularExpression
in interface ISearchDescriptor
public void setUseRegularExpression(boolean useRegularExpression)
useRegularExpression
- information whether the search content
is case sensitivepublic boolean isCaseSensitive()
isCaseSensitive
in interface ISearchDescriptor
public void setIsCaseSensitive(boolean isCaseSensitive)
isCaseSensitive
- information whether the search content
is case sensitivepublic boolean useCompleteWords()
useCompleteWords
in interface ISearchDescriptor
public void setUseCompleteWords(boolean useCompleteWords)
useCompleteWords
- information whether only complete words
should be searchedpublic boolean useSimilaritySearch()
useSimilaritySearch
in interface ISearchDescriptor
public void setUseSimilartiySearch(boolean useSimilaritySearch)
useSimilaritySearch
- information whether a similarity search
should be done
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |