Uses of Class
eu.clarin.sru.client.SRURecordPacking
-
-
Uses of SRURecordPacking in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRURecordPacking Modifier and Type Method Description SRURecordPacking
SRUSearchRetrieveRequest. getRecordPacking()
Get the recordPacking (SRU 2.0) parameter of this request.static SRURecordPacking
SRURecordPacking. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRURecordPacking[]
SRURecordPacking. 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 SRURecordPacking Modifier and Type Method Description void
SRUSearchRetrieveRequest. setRecordPacking(SRURecordPacking recordPacking)
Set the recordPacking (SRU 2.0) parameter of this request.
-