Uses of Enum Class
org.bremersee.comparator.model.SortOrderItem.Direction
Packages that use SortOrderItem.Direction
Package
Description
This package contains the model of the comparator.
-
Uses of SortOrderItem.Direction in org.bremersee.comparator.model
Fields in org.bremersee.comparator.model declared as SortOrderItem.DirectionModifier and TypeFieldDescriptionprotected static final SortOrderItem.DirectionSortOrderItem.DEFAULT_DIRECTIONThe constant DEFAULT_DIRECTION.Methods in org.bremersee.comparator.model that return SortOrderItem.DirectionModifier and TypeMethodDescriptionstatic SortOrderItem.DirectionSortOrderItem.Direction.fromString(String direction) From string.static SortOrderItem.DirectionReturns the enum constant of this class with the specified name.static SortOrderItem.Direction[]SortOrderItem.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.comparator.model with parameters of type SortOrderItem.DirectionModifier and TypeMethodDescriptionSortOrderItem.with(SortOrderItem.Direction direction) With given direction.Constructors in org.bremersee.comparator.model with parameters of type SortOrderItem.DirectionModifierConstructorDescriptionSortOrderItem(String field, SortOrderItem.Direction direction, SortOrderItem.CaseHandling caseHandling, SortOrderItem.NullHandling nullHandling) Instantiates a new sort order item.