Uses of Class
net.anwiba.spatial.ckan.request.sort.Order
-
Packages that use Order Package Description net.anwiba.spatial.ckan.request.sort -
-
Uses of Order in net.anwiba.spatial.ckan.request.sort
Methods in net.anwiba.spatial.ckan.request.sort that return Order Modifier and Type Method Description OrderISortOrderTerm. getOrder()OrderSortOrderTerm. getOrder()static OrderOrder. 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 net.anwiba.spatial.ckan.request.sort with parameters of type Order Constructor Description SortOrderTerm(Order order, java.lang.String aspect)
-