Uses of Enum Class
com.tietoenator.trip.jxp.facet.TdbFacetSortOrder
Packages that use TdbFacetSortOrder
-
Uses of TdbFacetSortOrder in com.tietoenator.trip.jxp.facet
Methods in com.tietoenator.trip.jxp.facet that return TdbFacetSortOrderModifier and TypeMethodDescriptionTdbFacet.getSortOrder()
Returns the sort order for the values of this facet.static TdbFacetSortOrder
Returns the enum constant of this class with the specified name.static TdbFacetSortOrder[]
TdbFacetSortOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.facet with parameters of type TdbFacetSortOrderModifier and TypeMethodDescriptionvoid
TdbClassificationFacet.setSortOrder
(TdbFacetSortOrder sortOrder) void
TdbFacet.setSortOrder
(TdbFacetSortOrder sortOrder) Sets the sort order for the values of this facet.void
TdbSearchFacet.setSortOrder
(TdbFacetSortOrder sortOrder) Sets the sort order for the values of this facet.