Uses of Enum Class
org.apache.camel.language.simple.types.LogicalOperatorType
Packages that use LogicalOperatorType
-
Uses of LogicalOperatorType in org.apache.camel.language.simple.ast
Methods in org.apache.camel.language.simple.ast that return LogicalOperatorType -
Uses of LogicalOperatorType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return LogicalOperatorTypeModifier and TypeMethodDescriptionstatic LogicalOperatorTypeLogicalOperatorType.asOperator(String text) static LogicalOperatorTypeReturns the enum constant of this class with the specified name.static LogicalOperatorType[]LogicalOperatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.language.simple.types with parameters of type LogicalOperatorTypeModifier and TypeMethodDescriptionLogicalOperatorType.getOperatorText(LogicalOperatorType operator)