|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.model.constraint.Constraint
org.xcmis.search.model.constraint.Comparison
public class Comparison
A constraint that evaluates to true when the defined operation evaluates to true.
| Constructor Summary | |
|---|---|
Comparison(DynamicOperand operand1,
Operator operator,
StaticOperand operand2)
|
|
| Method Summary | |
|---|---|
void |
accept(QueryObjectModelVisitor visitor)
Accepts a visitor and calls the appropriate visit method
depending on the type of this QOM node. |
boolean |
equals(java.lang.Object obj)
|
DynamicOperand |
getOperand1()
Get the dynamic operand of this comparison. |
StaticOperand |
getOperand2()
Get the dynamic operand of this comparison. |
Operator |
getOperator()
Get the operator for this comparison. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Comparison(DynamicOperand operand1,
Operator operator,
StaticOperand operand2)
| Method Detail |
|---|
public void accept(QueryObjectModelVisitor visitor)
throws VisitException
QueryElementvisitor and calls the appropriate visit method
depending on the type of this QOM node.
visitor - the visitor.
VisitExceptionQueryElement.accept(org.xcmis.search.QueryObjectModelVisitor)public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public final DynamicOperand getOperand1()
public final StaticOperand getOperand2()
public final Operator getOperator()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||