Uses of Class
com.funnelback.publicui.search.model.transaction.facet.order.Order
-
Packages that use Order Package Description com.funnelback.publicui.search.model.transaction.facet.order -
-
Uses of Order in com.funnelback.publicui.search.model.transaction.facet.order
Methods in com.funnelback.publicui.search.model.transaction.facet.order that return Order Modifier and Type Method Description static Order
Order. valueOf(String name)
Returns the enum constant of this type with the specified name.static Order[]
Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-