Uses of Class
org.apache.camel.language.simple.types.UnaryOperatorType
-
Packages that use UnaryOperatorType Package Description 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 UnaryOperatorType in org.apache.camel.language.simple.ast
Methods in org.apache.camel.language.simple.ast that return UnaryOperatorType Modifier and Type Method Description UnaryOperatorType
UnaryExpression. getOperator()
-
Uses of UnaryOperatorType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return UnaryOperatorType Modifier and Type Method Description static UnaryOperatorType
UnaryOperatorType. asOperator(String text)
static UnaryOperatorType
UnaryOperatorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnaryOperatorType[]
UnaryOperatorType. 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 UnaryOperatorType Modifier and Type Method Description String
UnaryOperatorType. getOperatorText(UnaryOperatorType operator)
-