Uses of Class
org.apache.syncope.client.console.panels.search.SearchClause.Operator
-
Packages that use SearchClause.Operator Package Description org.apache.syncope.client.console.panels.search -
-
Uses of SearchClause.Operator in org.apache.syncope.client.console.panels.search
Methods in org.apache.syncope.client.console.panels.search that return SearchClause.Operator Modifier and Type Method Description SearchClause.Operator
SearchClause. getOperator()
static SearchClause.Operator
SearchClause.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchClause.Operator[]
SearchClause.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.client.console.panels.search with parameters of type SearchClause.Operator Modifier and Type Method Description void
SearchClause. setOperator(SearchClause.Operator operator)
-