Uses of Enum Class
org.apache.camel.language.simple.types.BinaryOperatorType
Packages that use BinaryOperatorType
-
Uses of BinaryOperatorType in org.apache.camel.language.simple.ast
Methods in org.apache.camel.language.simple.ast that return BinaryOperatorType -
Uses of BinaryOperatorType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return BinaryOperatorTypeModifier and TypeMethodDescriptionstatic BinaryOperatorTypeBinaryOperatorType.asOperator(String text) static BinaryOperatorTypeReturns the enum constant of this class with the specified name.static BinaryOperatorType[]BinaryOperatorType.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 BinaryOperatorTypeModifier and TypeMethodDescriptionstatic StringBinaryOperatorType.getOperatorText(BinaryOperatorType operator) static BinaryOperatorType.ParameterType[]BinaryOperatorType.supportedParameterTypes(BinaryOperatorType operator) Returns the types of right hand side parameters this operator supports.