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