Uses of Class
org.apache.syncope.core.persistence.api.dao.search.SearchCond.Type
-
Packages that use SearchCond.Type Package Description org.apache.syncope.core.persistence.api.dao.search -
-
Uses of SearchCond.Type in org.apache.syncope.core.persistence.api.dao.search
Methods in org.apache.syncope.core.persistence.api.dao.search that return SearchCond.Type Modifier and Type Method Description SearchCond.Type
SearchCond. getType()
static SearchCond.Type
SearchCond.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchCond.Type[]
SearchCond.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-