Uses of Class
io.siddhi.query.api.execution.query.selection.OrderByAttribute.Order
-
Packages that use OrderByAttribute.Order Package Description io.siddhi.query.api.execution.query.selection -
-
Uses of OrderByAttribute.Order in io.siddhi.query.api.execution.query.selection
Methods in io.siddhi.query.api.execution.query.selection that return OrderByAttribute.Order Modifier and Type Method Description OrderByAttribute.OrderOrderByAttribute. getOrder()static OrderByAttribute.OrderOrderByAttribute.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderByAttribute.Order[]OrderByAttribute.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.query.api.execution.query.selection with parameters of type OrderByAttribute.Order Modifier and Type Method Description SelectorSelector. orderBy(Variable variable, OrderByAttribute.Order order)Constructors in io.siddhi.query.api.execution.query.selection with parameters of type OrderByAttribute.Order Constructor Description OrderByAttribute(Variable variable, OrderByAttribute.Order order)
-