Uses of Class
org.apache.jackrabbit.oak.query.ast.Order
-
Packages that use Order Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of Order in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return Order Modifier and Type Method Description static Order
Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Order[]
Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type Order Constructor Description OrderingImpl(DynamicOperandImpl operand, Order order)
-