|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dna.jcr.xpath.XPath.OrderBySpec
public static class XPath.OrderBySpec

| Constructor Summary | |
|---|---|
XPath.OrderBySpec(Order order,
XPath.FunctionCall scoreFunction)
|
|
XPath.OrderBySpec(Order order,
XPath.NameTest attributeName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
XPath.NameTest |
getAttributeName()
Get the attribute name for this order specification. |
Order |
getOrder()
The order for this specification |
XPath.FunctionCall |
getScoreFunction()
Get the score function for this order specification. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XPath.OrderBySpec(Order order,
XPath.FunctionCall scoreFunction)
public XPath.OrderBySpec(Order order,
XPath.NameTest attributeName)
| Method Detail |
|---|
public XPath.NameTest getAttributeName()
score functionpublic XPath.FunctionCall getScoreFunction()
attribute namepublic Order getOrder()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||