Uses of Class
net.sourceforge.jbizmo.commons.avro.search.SortDirectionEnum
-
Packages that use SortDirectionEnum Package Description net.sourceforge.jbizmo.commons.avro.search -
-
Uses of SortDirectionEnum in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SortDirectionEnum Modifier and Type Method Description SortDirectionEnumSearchInputField.Builder. getSortOrder()Gets the value of the 'sortOrder' field.SortDirectionEnumSearchInputField. getSortOrder()Gets the value of the 'sortOrder' field.static SortDirectionEnumSortDirectionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SortDirectionEnum[]SortDirectionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.jbizmo.commons.avro.search with parameters of type SortDirectionEnum Modifier and Type Method Description SearchInputField.BuilderSearchInputField.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 SortDirectionEnum Constructor Description SearchInputField(String filterCriteria, String name, SortDirectionEnum sortOrder, Integer sortIndex, Boolean dateTimeFormat, FilterOperatorEnum operator)All-args constructor.
-