Uses of Enum Class
com.viglet.turing.client.sn.TurSNQuery.Order
Packages that use TurSNQuery.Order
Package
Description
Provides the classes necessary to communicate with Viglet Turing ES.
-
Uses of TurSNQuery.Order in com.viglet.turing.client.sn
Subclasses with type arguments of type TurSNQuery.Order in com.viglet.turing.client.snMethods in com.viglet.turing.client.sn that return TurSNQuery.OrderModifier and TypeMethodDescriptionTurSNSortField.getSort()static TurSNQuery.OrderReturns the enum constant of this class with the specified name.static TurSNQuery.Order[]TurSNQuery.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.viglet.turing.client.sn with parameters of type TurSNQuery.OrderModifier and TypeMethodDescriptionvoidTurSNSortField.setSort(TurSNQuery.Order sort) voidTurSNQuery.setSortField(TurSNQuery.Order sort) voidTurSNQuery.setSortField(String field, TurSNQuery.Order sort)