public class OrderByClause extends Clause
Modifier and Type | Field and Description |
---|---|
OrderByList |
elements |
Constructor and Description |
---|
OrderByClause(OrderByList orderBy) |
OrderByClause(OrderByList orderBy,
boolean isDescendent) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public final OrderByList elements
public OrderByClause(OrderByList orderBy)
public OrderByClause(OrderByList orderBy, boolean isDescendent)
Copyright © 2018 Nuxeo. All rights reserved.