Package org.castor.cpa.query
Interface Order
- All Superinterfaces:
QueryObject
- All Known Implementing Classes:
OrderImpl
Interface for Order of query objects.
- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the field object to the order object of query objects.void
add
(Field field, OrderDirection direction) Adds the field object with order direction specification to the order object of query objects.Methods inherited from interface org.castor.cpa.query.QueryObject
toString
-
Method Details
-
add
Adds the field object to the order object of query objects.- Parameters:
field
- The field object of query objects
-
add
Adds the field object with order direction specification to the order object of query objects.- Parameters:
field
- The Fielddirection
- The OrderDirective
-