Uses of Enum Class
org.patternfly.filter.FilterOperator
Packages that use FilterOperator
Package
Description
Flexible filtering API for objects with support for multiple attributes and operators.
-
Uses of FilterOperator in org.patternfly.filter
Subclasses with type arguments of type FilterOperator in org.patternfly.filterModifier and TypeClassDescriptionenumRepresents the logical operators used for combining multipleFilterAttributes of aFilter.Methods in org.patternfly.filter that return FilterOperatorModifier and TypeMethodDescriptionstatic FilterOperatorReturns the enum constant of this class with the specified name.static FilterOperator[]FilterOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.patternfly.filter with parameters of type FilterOperator