Uses of Class
org.apache.camel.language.simple.types.BinaryOperatorType.ParameterType
-
Packages that use BinaryOperatorType.ParameterType Package Description org.apache.camel.language.simple.types Types for the Camel Simple language. -
-
Uses of BinaryOperatorType.ParameterType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return BinaryOperatorType.ParameterType Modifier and Type Method Description static BinaryOperatorType.ParameterType[]
BinaryOperatorType. supportedParameterTypes(BinaryOperatorType operator)
Returns the types of right hand side parameters this operator supports.static BinaryOperatorType.ParameterType
BinaryOperatorType.ParameterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BinaryOperatorType.ParameterType[]
BinaryOperatorType.ParameterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-