Uses of Enum Class
com.sap.cds.ql.cqn.CqnSortSpecification.Order
Packages that use CqnSortSpecification.Order
-
Uses of CqnSortSpecification.Order in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CqnSortSpecification.OrderModifier and TypeMethodDescriptionstatic CqnSortSpecificationCQL.sort(CqnValue value, CqnSortSpecification.Order order) Creates aCqnSortSpecificationthat sorts a value by a given orderCqnBuilder.QueryBuilderSupport.sort(CqnValue value, CqnSortSpecification.Order order) -
Uses of CqnSortSpecification.Order in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnSortSpecification.OrderModifier and TypeMethodDescriptionCqnSortSpecification.order()static CqnSortSpecification.OrderReturns the enum constant of this class with the specified name.static CqnSortSpecification.Orderstatic CqnSortSpecification.Order[]CqnSortSpecification.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds.ql.cqn with parameters of type CqnSortSpecification.OrderModifier and TypeMethodDescriptiondefault CqnSortSpecificationModifier.sort(Value<?> value, CqnSortSpecification.Order order)