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