public class ComparisonImpl extends ConstraintImpl
ComparisonImpl
...Modifier and Type | Method and Description |
---|---|
Object |
accept(QOMTreeVisitor visitor,
Object data)
Accepts a
visitor and calls the appropriate visit method
depending on the type of this QOM node. |
DynamicOperand |
getOperand1()
Gets the first operand.
|
StaticOperand |
getOperand2()
Gets the second operand.
|
String |
getOperator()
Gets the operator.
|
Operator |
getOperatorInstance() |
String |
toString() |
public Operator getOperatorInstance()
public DynamicOperand getOperand1()
public String getOperator()
QueryObjectModelConstants#JCR_OPERATOR_EQUAL_TO
,QueryObjectModelConstants#JCR_OPERATOR_NOT_EQUAL_TO
,QueryObjectModelConstants#JCR_OPERATOR_LESS_THAN
,QueryObjectModelConstants#JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO
,QueryObjectModelConstants#JCR_OPERATOR_GREATER_THAN
,QueryObjectModelConstants#JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO
,
orQueryObjectModelConstants#JCR_OPERATOR_LIKE
public StaticOperand getOperand2()
public Object accept(QOMTreeVisitor visitor, Object data) throws Exception
visitor
and calls the appropriate visit method
depending on the type of this QOM node.accept
in class AbstractQOMNode
visitor
- the visitor.data
- user defined data, which is passed to the visit method.Exception
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"