Uses of Class
org.gcube.application.framework.search.library.util.Order

Packages that use Order
org.gcube.application.framework.search.library.model   
org.gcube.application.framework.search.library.util   
 

Uses of Order in org.gcube.application.framework.search.library.model
 

Methods in org.gcube.application.framework.search.library.model that return Order
 Order Query.getOrder()
           
 

Methods in org.gcube.application.framework.search.library.model with parameters of type Order
 void Query.setOrder(Order order)
           
 

Uses of Order in org.gcube.application.framework.search.library.util
 

Methods in org.gcube.application.framework.search.library.util that return Order
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.