|
ModeShape Distribution 3.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.query.xpath.XPath.OrderBySpec
public static class XPath.OrderBySpec
| Constructor Summary | |
|---|---|
XPath.OrderBySpec(Order order,
XPath.FunctionCall scoreFunction)
|
|
XPath.OrderBySpec(Order order,
XPath.NameTest attributeName)
|
|
XPath.OrderBySpec(Order order,
XPath.PathExpression path)
|
|
| 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.PathExpression |
getPath()
Gets child axis for this order specification. |
XPath.FunctionCall |
getScoreFunction()
Get the score function for this order specification. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XPath.OrderBySpec(Order order,
XPath.FunctionCall scoreFunction)
public XPath.OrderBySpec(Order order,
XPath.NameTest attributeName)
public XPath.OrderBySpec(Order order,
XPath.PathExpression path)
| Method Detail |
|---|
public XPath.PathExpression getPath()
public XPath.NameTest getAttributeName()
score functionpublic XPath.FunctionCall getScoreFunction()
attribute namepublic Order getOrder()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
ModeShape Distribution 3.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||