Uses of Class
eu.clarin.sru.server.SRUScanResultSet.WhereInList
-
Packages that use SRUScanResultSet.WhereInList Package Description eu.clarin.sru.server -
-
Uses of SRUScanResultSet.WhereInList in eu.clarin.sru.server
Methods in eu.clarin.sru.server that return SRUScanResultSet.WhereInList Modifier and Type Method Description abstract SRUScanResultSet.WhereInList
SRUScanResultSet. getWhereInList()
Get the flag to indicate the position of the term within the complete term list.static SRUScanResultSet.WhereInList
SRUScanResultSet.WhereInList. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUScanResultSet.WhereInList[]
SRUScanResultSet.WhereInList. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-