java.lang.Object
org.ehrbase.openehr.aqlengine.querywrapper.orderby.OrderByWrapper

public final class OrderByWrapper extends Object
  • Constructor Details

    • OrderByWrapper

      public OrderByWrapper(org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath identifiedPath, org.ehrbase.openehr.sdk.aql.dto.orderby.OrderByExpression.OrderByDirection direction, ContainsWrapper root)
  • Method Details

    • identifiedPath

      public org.ehrbase.openehr.sdk.aql.dto.operand.IdentifiedPath identifiedPath()
    • direction

      public org.ehrbase.openehr.sdk.aql.dto.orderby.OrderByExpression.OrderByDirection direction()
    • root

      public ContainsWrapper root()
    • toString

      public String toString()
      Overrides:
      toString in class Object