|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.model.operand.DynamicOperand
public abstract class DynamicOperand
A dynamic operand used in a Comparison constraint.
| Constructor Summary | |
|---|---|
protected |
DynamicOperand(java.util.Collection<SelectorName> selectorNames)
Create a arithmetic dynamic operand that operates upon the supplied selector name(s). |
protected |
DynamicOperand(DynamicOperand... operands)
Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s). |
protected |
DynamicOperand(DynamicOperand operand)
Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s). |
protected |
DynamicOperand(java.lang.Iterable<? extends DynamicOperand> operands)
Create a arithmetic dynamic operand that operates upon the selector names given by the supplied dynamic operand(s). |
protected |
DynamicOperand(SelectorName... selectorNames)
Create a arithmetic dynamic operand that operates upon the supplied selector name(s). |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Set<SelectorName> |
getSelectorNames()
Get the selector symbols to which this operand applies. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.xcmis.search.model.QueryElement |
|---|
accept |
| Constructor Detail |
|---|
protected DynamicOperand(java.util.Collection<SelectorName> selectorNames)
selectorNames - the selector namesprotected DynamicOperand(DynamicOperand operand)
operand - the operand defining the selector namesprotected DynamicOperand(DynamicOperand... operands)
operands - the operands defining the selector namesprotected DynamicOperand(java.lang.Iterable<? extends DynamicOperand> operands)
operands - the operands defining the selector namesprotected DynamicOperand(SelectorName... selectorNames)
selectorNames - the selector names| Method Detail |
|---|
public java.util.Set<SelectorName> getSelectorNames()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||