Class FieldComparison
java.lang.Object
org.mule.runtime.extension.api.dsql.Expression
org.mule.runtime.extension.internal.expression.FieldComparison
Represents a comparison expression.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(QueryTranslator queryVisitor) getField()getValue()Methods inherited from class org.mule.runtime.extension.api.dsql.Expression
isEmpty
-
Constructor Details
-
FieldComparison
-
-
Method Details
-
getField
-
getOperator
-
getValue
-
accept
- Specified by:
acceptin classExpression
-