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
Methods in com.viglet.turing.client.sn that return TurSNQuery.ORDERModifier and TypeMethodDescriptionTurSNSortField.getSort()
static TurSNQuery.ORDER
Returns 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 TypeMethodDescriptionvoid
TurSNSortField.setSort
(TurSNQuery.ORDER sort) void
TurSNQuery.setSortField
(TurSNQuery.ORDER sort) void
TurSNQuery.setSortField
(String field, TurSNQuery.ORDER sort)