org.modeshape.jcr.query.model
Class Comparison
java.lang.Object
org.modeshape.jcr.query.model.Comparison
- All Implemented Interfaces:
- Serializable, Comparison, Constraint, LanguageObject, Visitable
@Immutable
public class Comparison
- extends Object
- implements Constraint, Comparison
A constraint that evaluates to true when the defined operation evaluates to true.
- See Also:
- Serialized Form
Comparison
public Comparison(DynamicOperand operand1,
Operator operator,
StaticOperand operand2)
getOperand1
public DynamicOperand getOperand1()
- Specified by:
getOperand1
in interface Comparison
getOperand2
public StaticOperand getOperand2()
- Specified by:
getOperand2
in interface Comparison
operator
public final Operator operator()
- Get the operator for this comparison
- Returns:
- the operator; never null
getOperator
public String getOperator()
- Specified by:
getOperator
in interface Comparison
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
accept
public void accept(Visitor visitor)
- Description copied from interface:
Visitable
- Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
- Specified by:
accept
in interface Visitable
- Parameters:
visitor
- the visitor; never null
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.