Uses of Class
org.apache.camel.component.couchdb.CouchDbOperations
-
Packages that use CouchDbOperations Package Description org.apache.camel.component.couchdb -
-
Uses of CouchDbOperations in org.apache.camel.component.couchdb
Methods in org.apache.camel.component.couchdb that return CouchDbOperations Modifier and Type Method Description static CouchDbOperationsCouchDbOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static CouchDbOperations[]CouchDbOperations. values()Returns an array containing the constants of this enum type, in the order they are declared.
-