org.intabulas.sandler.api
Interface SearchResults

All Known Implementing Classes:
SearchResultsImpl

public interface SearchResults

SearchResults

Version:
$Id: SearchResults.java,v 1.2 2004/01/02 01:43:57 intabulas Exp $
Author:
Mark Lussier

Field Summary
static String ELEMENT_SEARCHRESULTS
           
 
Method Summary
 boolean addEntry(Entry entry)
           
 void addEntry(int index, Entry entry)
           
 Entry getEntry(int index)
           
 int getEntryCount()
           
 

Field Detail

ELEMENT_SEARCHRESULTS

static final String ELEMENT_SEARCHRESULTS
See Also:
Constant Field Values
Method Detail

getEntryCount

int getEntryCount()
Returns:

getEntry

Entry getEntry(int index)
Parameters:
index -
Returns:

addEntry

boolean addEntry(Entry entry)
Parameters:
entry -

addEntry

void addEntry(int index,
              Entry entry)
Parameters:
index -
entry -


Copyright © 2003-2004 Mark Lussier. All Rights Reserved.