Uses of Class
org.castor.cpa.query.OrderDirection

Packages that use OrderDirection
org.castor.cpa.query   
org.castor.cpa.query.object   
 

Uses of OrderDirection in org.castor.cpa.query
 

Methods in org.castor.cpa.query that return OrderDirection
static OrderDirection OrderDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrderDirection[] OrderDirection.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.castor.cpa.query with parameters of type OrderDirection
 void Order.add(Field field, OrderDirection direction)
          Adds the field object with order direction specification to the order object of query objects.
 Order SelectQuery.newOrder(Field field, OrderDirection direction)
          New order.
 

Uses of OrderDirection in org.castor.cpa.query.object
 

Methods in org.castor.cpa.query.object that return OrderDirection
 OrderDirection OrderImpl.Item.getDirection()
          Gets the order direction.
 

Methods in org.castor.cpa.query.object with parameters of type OrderDirection
 void OrderImpl.add(Field field, OrderDirection direction)
          Adds the field object with order direction specification to the order object of query objects.
 Order SelectQueryImpl.newOrder(Field field, OrderDirection direction)
          New order.
 

Constructors in org.castor.cpa.query.object with parameters of type OrderDirection
OrderImpl.Item(Field field, OrderDirection direction)
          Construct order item with given field and direction.
 



Copyright © 2010. All Rights Reserved.