Uses of Enum Class
net.sourceforge.jbizmo.commons.avro.search.FilterOperatorEnum
Packages that use FilterOperatorEnum
-
Uses of FilterOperatorEnum in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return FilterOperatorEnumModifier and TypeMethodDescriptionSearchInputField.Builder.getOperator()Gets the value of the 'operator' field.SearchInputField.getOperator()Gets the value of the 'operator' field.static FilterOperatorEnumReturns the enum constant of this class with the specified name.static FilterOperatorEnum[]FilterOperatorEnum.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 FilterOperatorEnumModifier and TypeMethodDescriptionSearchInputField.Builder.setOperator(FilterOperatorEnum value) Sets the value of the 'operator' field.voidSearchInputField.setOperator(FilterOperatorEnum value) Sets the value of the 'operator' field.Constructors in net.sourceforge.jbizmo.commons.avro.search with parameters of type FilterOperatorEnumModifierConstructorDescriptionSearchInputField(String filterCriteria, String name, SortDirectionEnum sortOrder, Integer sortIndex, Boolean dateTimeFormat, FilterOperatorEnum operator) All-args constructor.