Package com.db4o.qlin
Class QLinOrderByDirection
- java.lang.Object
-
- com.db4o.qlin.QLinOrderByDirection
-
public class QLinOrderByDirection extends java.lang.Object
Internal implementation class, access should not be necessary, except for implementors. Use the static methods inQLinSupport
QLinSupport.ascending()
andQLinSupport.descending()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAscending()
boolean
isDescending()
java.lang.String
toString()
-