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 SRURecordPackingSRUSearchRetrieveRequest. getRecordPacking()Get the recordPacking (SRU 2.0) parameter of this request.static SRURecordPackingSRURecordPacking. 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 voidSRUSearchRetrieveRequest. setRecordPacking(SRURecordPacking recordPacking)Set the recordPacking (SRU 2.0) parameter of this request.
-