Package org.ehrbase.client.aql.orderby
Class AndThen
- java.lang.Object
-
- org.ehrbase.client.aql.orderby.AndThen
-
- All Implemented Interfaces:
OrderByExpression
public class AndThen extends Object implements OrderByExpression
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndThen(OrderByExpression first, OrderByExpression second)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildAql(Containment ehrContainment)-
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
-
-
-
-
Constructor Detail
-
AndThen
protected AndThen(OrderByExpression first, OrderByExpression second)
-
-
Method Detail
-
buildAql
public String buildAql(Containment ehrContainment)
- Specified by:
buildAqlin interfaceOrderByExpression
-
-