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