Uses of Class
eu.clarin.sru.server.SRURecordPacking
-
Packages that use SRURecordPacking Package Description eu.clarin.sru.server -
-
Uses of SRURecordPacking in eu.clarin.sru.server
Methods in eu.clarin.sru.server that return SRURecordPacking Modifier and Type Method Description SRURecordPacking
SRUServerConfig. getDefaultRecordPacking()
SRURecordPacking
SRURequest. 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.
-