Class OrderByExpr
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.OrderByExpr
-
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
public class OrderByExpr extends Object implements Operand
- Author:
- Florent Guillaume
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isDescending
Reference
reference
-
Constructor Summary
Constructors Constructor Description OrderByExpr(Reference reference, boolean isDescending)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IVisitor visitor)
Accept the given visitor.boolean
equals(Object other)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
reference
public final Reference reference
-
isDescending
public final boolean isDescending
-
-
Constructor Detail
-
OrderByExpr
public OrderByExpr(Reference reference, boolean isDescending)
-
-