Uses of Enum Class
org.apache.camel.language.simple.types.BinaryOperatorType.ParameterType
Packages that use BinaryOperatorType.ParameterType
-
Uses of BinaryOperatorType.ParameterType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return BinaryOperatorType.ParameterTypeModifier and TypeMethodDescriptionstatic BinaryOperatorType.ParameterType[]BinaryOperatorType.supportedParameterTypes(BinaryOperatorType operator) Returns the types of right hand side parameters this operator supports.Returns the enum constant of this class with the specified name.static BinaryOperatorType.ParameterType[]BinaryOperatorType.ParameterType.values()Returns an array containing the constants of this enum class, in the order they are declared.