public class OrderByExpr extends Object implements Operand
Modifier and Type | Field and Description |
---|---|
boolean |
isDescending |
Reference |
reference |
Constructor and Description |
---|
OrderByExpr(Reference reference,
boolean isDescending) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public final boolean isDescending
public OrderByExpr(Reference reference, boolean isDescending)
Copyright © 2018 Nuxeo. All rights reserved.