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 SRUWhereInListSRUTerm. getWhereInList()Get the flag to indicate the position of the term within the complete term list.static SRUWhereInListSRUWhereInList. 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 voidSRUDefaultHandlerAdapter. onTerm(String value, int numberOfRecords, String displayTerm, SRUWhereInList whereInList)voidSRUScanHandler. onTerm(String value, int numberOfRecords, String displayTerm, SRUWhereInList whereInList)Receive notification of a term.
-