Uses of Class
eu.clarin.sru.client.SRUWhereInList
-
-
Uses of SRUWhereInList in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRUWhereInList Modifier and Type Method Description SRUWhereInList
SRUTerm. getWhereInList()
Get the flag to indicate the position of the term within the complete term list.static SRUWhereInList
SRUWhereInList. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUWhereInList[]
SRUWhereInList. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.client with parameters of type SRUWhereInList Modifier and Type Method Description void
SRUDefaultHandlerAdapter. onTerm(String value, int numberOfRecords, String displayTerm, SRUWhereInList whereInList)
void
SRUScanHandler. onTerm(String value, int numberOfRecords, String displayTerm, SRUWhereInList whereInList)
Receive notification of a term.
-