Uses of Interface
org.objectweb.medor.query.api.OrderField

Packages that use OrderField
org.objectweb.medor.query.api   
org.objectweb.medor.query.lib   
 

Uses of OrderField in org.objectweb.medor.query.api
 

Methods in org.objectweb.medor.query.api that return OrderField
 OrderField[] QueryTree.getOrderBy()
          Returns the array of OrderFields indicating how the result should be ordered.
 

Methods in org.objectweb.medor.query.api with parameters of type OrderField
 void QueryTree.setOrderBy(OrderField[] orders)
          Sets the OrderBy array of OrderFields.
 

Uses of OrderField in org.objectweb.medor.query.lib
 

Classes in org.objectweb.medor.query.lib that implement OrderField
 class BasicOrderField
           
 

Fields in org.objectweb.medor.query.lib declared as OrderField
protected  OrderField[] BasicQueryTree.orderfields
           
 

Methods in org.objectweb.medor.query.lib that return OrderField
 OrderField[] MedorTCQueryLeaf.getOrderBy()
           
 OrderField[] BasicQueryTree.getOrderBy()
           
 

Methods in org.objectweb.medor.query.lib with parameters of type OrderField
 void MedorTCQueryLeaf.setOrderBy(OrderField[] orderfields)
           
 void BasicQueryTree.setOrderBy(OrderField[] orderfields)