Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa.search
Interface ISearchResult

All Known Implementing Classes:
SearchResult

public interface ISearchResult

Result of a search.


Method Summary
 ITextRange[] getTextRanges()
          Returns text ranges of the search result.
 boolean isEmpty()
          Returns information whether the search result is empty.
 

Method Detail

isEmpty

boolean isEmpty()
Returns information whether the search result is empty.

Returns:
information whether the search result is empty

getTextRanges

ITextRange[] getTextRanges()
Returns text ranges of the search result.

Returns:
text ranges of the search resul

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013