| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalOperatorType |
LogicalExpression.getOperator() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LogicalOperatorType.getOperatorText(LogicalOperatorType operator) |
Apache Camel