Uses of Enum Class
org.bremersee.comparator.model.SortOrderItem.NullHandling
Packages that use SortOrderItem.NullHandling
Package
Description
This package contains the model of the comparator.
-
Uses of SortOrderItem.NullHandling in org.bremersee.comparator.model
Fields in org.bremersee.comparator.model declared as SortOrderItem.NullHandlingModifier and TypeFieldDescriptionprotected static final SortOrderItem.NullHandlingSortOrderItem.DEFAULT_NULL_HANDLINGThe constant DEFAULT_NULL_HANDLING.Methods in org.bremersee.comparator.model that return SortOrderItem.NullHandlingModifier and TypeMethodDescriptionstatic SortOrderItem.NullHandlingSortOrderItem.NullHandling.fromString(String nullHandling) From string.static SortOrderItem.NullHandlingReturns the enum constant of this class with the specified name.static SortOrderItem.NullHandling[]SortOrderItem.NullHandling.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.NullHandlingModifier and TypeMethodDescriptionSortOrderItem.with(SortOrderItem.NullHandling nullHandling) With given null-handling.Constructors in org.bremersee.comparator.model with parameters of type SortOrderItem.NullHandlingModifierConstructorDescriptionSortOrderItem(String field, SortOrderItem.Direction direction, SortOrderItem.CaseHandling caseHandling, SortOrderItem.NullHandling nullHandling) Instantiates a new sort order item.