Uses of Enum Class
net.sourceforge.jbizmo.commons.avro.search.SortDirectionEnum
Packages that use SortDirectionEnum
-
Uses of SortDirectionEnum in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SortDirectionEnumModifier and TypeMethodDescriptionSearchInputField.Builder.getSortOrder()Gets the value of the 'sortOrder' field.SearchInputField.getSortOrder()Gets the value of the 'sortOrder' field.static SortDirectionEnumReturns the enum constant of this class with the specified name.static SortDirectionEnum[]SortDirectionEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.jbizmo.commons.avro.search with parameters of type SortDirectionEnumModifier and TypeMethodDescriptionSearchInputField.Builder.setSortOrder(SortDirectionEnum value) Sets the value of the 'sortOrder' field.voidSearchInputField.setSortOrder(SortDirectionEnum value) Sets the value of the 'sortOrder' field.Constructors in net.sourceforge.jbizmo.commons.avro.search with parameters of type SortDirectionEnumModifierConstructorDescriptionSearchInputField(String filterCriteria, String name, SortDirectionEnum sortOrder, Integer sortIndex, Boolean dateTimeFormat, FilterOperatorEnum operator) All-args constructor.