Package org.ehrbase.client.aql.orderby
Class Descending
- java.lang.Object
-
- org.ehrbase.client.aql.orderby.Descending
-
- All Implemented Interfaces:
OrderByExpression
public class Descending extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected SelectAqlField<?>field
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildAql(Containment ehrContainment)StringgetSymbole()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.client.aql.orderby.OrderByExpression
andThen, andThenAscending, andThenDescending
-
-
-
-
Field Detail
-
field
protected final SelectAqlField<?> field
-
-
Method Detail
-
getSymbole
public String getSymbole()
-
buildAql
public String buildAql(Containment ehrContainment)
- Specified by:
buildAqlin interfaceOrderByExpression
-
-