Uses of Class
com.evolveum.midpoint.web.component.search.filter.SearchFilter.LogicalFilterValue
-
Packages that use SearchFilter.LogicalFilterValue Package Description com.evolveum.midpoint.web.component.search.filter -
-
Uses of SearchFilter.LogicalFilterValue in com.evolveum.midpoint.web.component.search.filter
Methods in com.evolveum.midpoint.web.component.search.filter that return SearchFilter.LogicalFilterValue Modifier and Type Method Description static SearchFilter.LogicalFilterValue
SearchFilter.LogicalFilterValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchFilter.LogicalFilterValue[]
SearchFilter.LogicalFilterValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-