Uses of Class
org.apache.camel.language.simple.types.LogicalOperatorType
-
Packages that use LogicalOperatorType Package Description 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 Modifier and Type Method Description LogicalOperatorType
LogicalExpression. getOperator()
-
Uses of LogicalOperatorType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return LogicalOperatorType Modifier and Type Method Description 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 Modifier and Type Method Description String
LogicalOperatorType. getOperatorText(LogicalOperatorType operator)
-