Uses of Class
org.apache.camel.component.couchdb.CouchDbOperations
-
-
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 CouchDbOperations
CouchDbOperations. 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.
-