Uses of Class
org.apache.camel.builder.DataFormatClause.Operation

Packages that use DataFormatClause.Operation
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of DataFormatClause.Operation in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return DataFormatClause.Operation
static DataFormatClause.Operation DataFormatClause.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataFormatClause.Operation[] DataFormatClause.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.camel.builder with parameters of type DataFormatClause.Operation
DataFormatClause(T processorType, DataFormatClause.Operation operation)
           
 



Apache Camel