Uses of Class
eu.clarin.sru.server.SRUOperation
-
Packages that use SRUOperation Package Description eu.clarin.sru.server -
-
Uses of SRUOperation in eu.clarin.sru.server
Methods in eu.clarin.sru.server that return SRUOperation Modifier and Type Method Description SRUOperation
SRURequest. getOperation()
Get the operation parameter of this request.static SRUOperation
SRUOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUOperation[]
SRUOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-