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 TdbFacetSortOrderReturns 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 TypeMethodDescriptionvoidTdbClassificationFacet.setSortOrder(TdbFacetSortOrder sortOrder) voidTdbFacet.setSortOrder(TdbFacetSortOrder sortOrder) Sets the sort order for the values of this facet.voidTdbSearchFacet.setSortOrder(TdbFacetSortOrder sortOrder) Sets the sort order for the values of this facet.