de.fhhannover.inform.trust.ifmapj.messages
Interface SearchResult

All Superinterfaces:
Result

public interface SearchResult
extends Result


Nested Class Summary
static class SearchResult.Type
           
 
Method Summary
 String getName()
           
 List<ResultItem> getResultItems()
           
 SearchResult.Type getType()
           
 

Method Detail

getResultItems

List<ResultItem> getResultItems()
Returns:
the contained ResultItem objects.

getName

String getName()
Returns:
the name of the subscription, if the SearchResult is contained in a PollResult.

getType

SearchResult.Type getType()


Copyright © 2012 Trust@FHH. All Rights Reserved.