|
||||||||||
| 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(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(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(Object obj)
|
Set<SelectorName> |
getSelectorNames()
Get the selector symbols to which this operand applies. |
int |
hashCode()
|
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(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(Iterable<? extends DynamicOperand> operands)
operands - the operands defining the selector namesprotected DynamicOperand(SelectorName... selectorNames)
selectorNames - the selector names| Method Detail |
|---|
public Set<SelectorName> getSelectorNames()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||