|
ModeShape Distribution 3.3.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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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)
public XPath.OrderBySpec(Order order, XPath.PathExpression path)
Method Detail |
---|
public XPath.PathExpression getPath()
public XPath.NameTest getAttributeName()
score function
public XPath.FunctionCall getScoreFunction()
attribute name
public Order getOrder()
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
ModeShape Distribution 3.3.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |