org.modeshape.jcr.query.xpath
Class XPath.OrderBy
java.lang.Object
org.modeshape.jcr.query.xpath.XPath.Component
org.modeshape.jcr.query.xpath.XPath.OrderBy
- All Implemented Interfaces:
- Iterable<XPath.OrderBySpec>
- Enclosing class:
- XPath
public static class XPath.OrderBy
- extends XPath.Component
- implements Iterable<XPath.OrderBySpec>
XPath.OrderBy
public XPath.OrderBy(List<XPath.OrderBySpec> orderBySpecifications)
getOrderBySpecifications
public List<XPath.OrderBySpec> getOrderBySpecifications()
- Returns:
- the list of order-by specifications; never null
collapse
public XPath.Component collapse()
- Description copied from class:
XPath.Component
- Return the collapsable form
- Overrides:
collapse
in class XPath.Component
- Returns:
- the collapsed form of th is component; never null and possibly the same as this
iterator
public Iterator<XPath.OrderBySpec> iterator()
- Specified by:
iterator
in interface Iterable<XPath.OrderBySpec>
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.