Uses of Class
org.apache.camel.language.simple.types.LogicalOperatorType

Packages that use LogicalOperatorType
org.apache.camel.language.simple.ast AST for the Camel Simple language. 
org.apache.camel.language.simple.types Types for the Camel Simple language. 
 

Uses of LogicalOperatorType in org.apache.camel.language.simple.ast
 

Methods in org.apache.camel.language.simple.ast that return LogicalOperatorType
 LogicalOperatorType LogicalExpression.getOperator()
           
 

Uses of LogicalOperatorType in org.apache.camel.language.simple.types
 

Methods in org.apache.camel.language.simple.types that return LogicalOperatorType
static LogicalOperatorType LogicalOperatorType.asOperator(String text)
           
static LogicalOperatorType LogicalOperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperatorType[] LogicalOperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.language.simple.types with parameters of type LogicalOperatorType
 String LogicalOperatorType.getOperatorText(LogicalOperatorType operator)
           
 



Apache Camel