|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dna.graph.query.model.Ordering
@Immutable public class Ordering

A specification of the ordering for the results.
| Constructor Summary | |
|---|---|
Ordering(DynamicOperand operand,
Order order)
Create a new ordering specification, given the supplied operand and order. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation. |
boolean |
equals(Object obj)
|
DynamicOperand |
getOperand()
Get the operand being ordered. |
Order |
getOrder()
The order type. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Ordering(DynamicOperand operand,
Order order)
operand - the operand being orderedorder - the order type
IllegalArgumentException - if the operand or order type is null| Method Detail |
|---|
public final DynamicOperand getOperand()
public final Order getOrder()
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)public void accept(Visitor visitor)
accept in interface Visitablevisitor - the visitor; never nullVisitable.accept(org.jboss.dna.graph.query.model.Visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||