Uses of Class
org.apache.camel.language.simple.types.BinaryOperatorType

Packages that use BinaryOperatorType
org.apache.camel.language.simple.ast AST for the Camel Simple language. 
org.apache.camel.language.simple.types Types for the Camel Simple language. 
 

Uses of BinaryOperatorType in org.apache.camel.language.simple.ast
 

Methods in org.apache.camel.language.simple.ast that return BinaryOperatorType
 BinaryOperatorType BinaryExpression.getOperator()
           
 

Uses of BinaryOperatorType in org.apache.camel.language.simple.types
 

Methods in org.apache.camel.language.simple.types that return BinaryOperatorType
static BinaryOperatorType BinaryOperatorType.asOperator(String text)
           
static BinaryOperatorType BinaryOperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BinaryOperatorType[] BinaryOperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.language.simple.types with parameters of type BinaryOperatorType
static String BinaryOperatorType.getOperatorText(BinaryOperatorType operator)
           
static BinaryOperatorType.ParameterType[] BinaryOperatorType.supportedParameterTypes(BinaryOperatorType operator)
          Returns the types of right hand side parameters this operator supports.
 



Apache Camel