Uses of Class
javax.jdo.query.OrderExpression.OrderDirection
-
Packages that use OrderExpression.OrderDirection Package Description javax.jdo.query Package providing expressions for building a typed JDOQL query. -
-
Uses of OrderExpression.OrderDirection in javax.jdo.query
Methods in javax.jdo.query that return OrderExpression.OrderDirection Modifier and Type Method Description OrderExpression.OrderDirectionOrderExpression. getDirection()Accessor for the direction of the ordering with this expression.static OrderExpression.OrderDirectionOrderExpression.OrderDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderExpression.OrderDirection[]OrderExpression.OrderDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-