Uses of Class
to.etc.webapp.query.QSortOrderDirection

Packages that use QSortOrderDirection
to.etc.webapp.query   
 

Uses of QSortOrderDirection in to.etc.webapp.query
 

Methods in to.etc.webapp.query that return QSortOrderDirection
 QSortOrderDirection QOrder.getDirection()
           
static QSortOrderDirection QSortOrderDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QSortOrderDirection[] QSortOrderDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.webapp.query with parameters of type QSortOrderDirection
static QOrder QOrder.order(java.lang.String name, QSortOrderDirection dir)
           
 

Constructors in to.etc.webapp.query with parameters of type QSortOrderDirection
QOrder(QSortOrderDirection direction, java.lang.String property)